compute gyration/shape/chunk did not update the number of local array rows
This commit is contained in:
@ -178,6 +178,7 @@ void ComputeGyrationShapeChunk::allocate()
|
|||||||
former_nchunks = current_nchunks;
|
former_nchunks = current_nchunks;
|
||||||
memory->create(shape_parameters,current_nchunks,6,"gyration/shape/chunk:shape_parameters");
|
memory->create(shape_parameters,current_nchunks,6,"gyration/shape/chunk:shape_parameters");
|
||||||
array = shape_parameters;
|
array = shape_parameters;
|
||||||
|
size_array_rows = current_nchunks;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user