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

compute gyration/shape/chunk did not update the number of local array rows

parent 1815ab61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -178,6 +178,7 @@ void ComputeGyrationShapeChunk::allocate()
  former_nchunks = current_nchunks;
  memory->create(shape_parameters,current_nchunks,6,"gyration/shape/chunk:shape_parameters");
  array = shape_parameters;
  size_array_rows = current_nchunks;
}

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