must initialize eflag_atom and vflag_atom to zero in constructor

This commit is contained in:
Axel Kohlmeyer
2020-10-01 14:49:23 -04:00
parent 774ac8b2d9
commit 243a81e9d8

View File

@ -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;