must initialize eflag_atom and vflag_atom to zero in constructor
This commit is contained in:
@ -51,6 +51,7 @@ Update::Update(LAMMPS *lmp) : Pointers(lmp)
|
||||
multireplica = 0;
|
||||
|
||||
eflag_global = vflag_global = -1;
|
||||
eflag_atom = vflag_atom = 0;
|
||||
|
||||
dt_default = 1;
|
||||
unit_style = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user