From 53415592d2bef18c68ce391eb27f3c779ff34c28 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 3 Jul 2020 22:20:28 -0400 Subject: [PATCH] compute gyration/shape/chunk did not update the number of local array rows --- src/USER-MISC/compute_gyration_shape_chunk.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/USER-MISC/compute_gyration_shape_chunk.cpp b/src/USER-MISC/compute_gyration_shape_chunk.cpp index b493455ebf..116d851024 100644 --- a/src/USER-MISC/compute_gyration_shape_chunk.cpp +++ b/src/USER-MISC/compute_gyration_shape_chunk.cpp @@ -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; } /* ----------------------------------------------------------------------