git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13429 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2015-04-27 14:34:12 +00:00
parent 6fb031e5ef
commit 19e272943a
1 changed files with 1 additions and 1 deletions

View File

@ -88,8 +88,8 @@ void ComputeVCMChunk::setup()
// done in setup, so that ComputeChunkAtom::setup() is already called
if (firstflag && cchunk->idsflag == ONCE) {
firstflag = massneed = 0;
compute_array();
firstflag = massneed = 0;
}
}