diff --git a/src/update.cpp b/src/update.cpp index 270d65aeee..927aa59bae 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -61,6 +61,7 @@ Update::Update(LAMMPS *lmp) : Pointers(lmp) restrict_output = 0; setupflag = 0; multireplica = 0; + nsteps = 0; eflag_global = vflag_global = -1; eflag_atom = vflag_atom = 0;