bug fix for compute cluster/atom when computing values used to update a dynamic group

This commit is contained in:
Steven J. Plimpton
2018-08-08 09:31:16 -06:00
parent 985318203d
commit 9202896e75
4 changed files with 43 additions and 11 deletions

View File

@ -46,10 +46,10 @@ Update::Update(LAMMPS *lmp) : Pointers(lmp)
whichflag = 0;
firststep = laststep = 0;
beginstep = endstep = 0;
setupflag = 0;
multireplica = 0;
restrict_output = 0;
setupflag = 0;
post_integrate = 0;
multireplica = 0;
eflag_global = vflag_global = -1;