git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14151 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -119,6 +119,7 @@ void ComputeMSDChunk::compute_array()
|
|||||||
if (firstflag) {
|
if (firstflag) {
|
||||||
nchunk = n;
|
nchunk = n;
|
||||||
allocate();
|
allocate();
|
||||||
|
size_array_rows = nchunk;
|
||||||
} else if (n != nchunk)
|
} else if (n != nchunk)
|
||||||
error->all(FLERR,"Compute msd/chunk nchunk is not static");
|
error->all(FLERR,"Compute msd/chunk nchunk is not static");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user