Unverified Commit a6b3ee7a authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix bugs in comm style tiled with multi-cutoff

parent 7ed74811
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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);
}

/* ---------------------------------------------------------------------- */