From ec72e316c1656198e8392e070dbfa34c1f9f46df Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 22 Oct 2015 10:58:29 -0400 Subject: [PATCH] remove double bugfix --- src/compute_msd_chunk.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compute_msd_chunk.cpp b/src/compute_msd_chunk.cpp index 3b2730001a..317b601bc3 100644 --- a/src/compute_msd_chunk.cpp +++ b/src/compute_msd_chunk.cpp @@ -118,7 +118,6 @@ void ComputeMSDChunk::compute_array() if (firstflag) { nchunk = n; - size_array_rows = nchunk; allocate(); size_array_rows = nchunk; } else if (n != nchunk)