fix bugs in comm style tiled with multi-cutoff
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user