bug fix for compute cluster/atom when computing values used to update a dynamic group
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user