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

This commit is contained in:
Axel Kohlmeyer
2020-07-03 22:20:28 -04:00
parent 1815ab610e
commit 53415592d2

View File

@ -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;
}
/* ----------------------------------------------------------------------