diff --git a/src/update.cpp b/src/update.cpp index 492db2bd7c..41a0910556 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -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;