fix bugs in comm style tiled with multi-cutoff

This commit is contained in:
Axel Kohlmeyer
2020-08-03 16:08:13 -04:00
parent 7ed748118e
commit a6b3ee7a07

View File

@ -90,14 +90,13 @@ void CommTiled::init_buffers()
maxoverlap = 0;
overlap = NULL;
maxswap = 6;
allocate_swap(maxswap);
rcbinfo = NULL;
cutghostmulti = NULL;
sendbox_multi = NULL;
maxswap = 6;
nswap = 2*domain->dimension;
allocate_swap(maxswap);
}
/* ---------------------------------------------------------------------- */