diff -Naur lammps-21Aug09/src/min.cpp lammps-25Aug09/src/min.cpp --- lammps-21Aug09/src/min.cpp 2009-08-21 13:05:42.000000000 -0600 +++ lammps-25Aug09/src/min.cpp 2009-08-25 08:30:08.000000000 -0600 @@ -341,8 +341,7 @@ for (int idump = 0; idump < output->ndump; idump++) output->next_dump[idump] = update->ntimestep; output->next_dump_any = update->ntimestep; - if (output->restart_every == 0) - output->next_restart = update->ntimestep; + if (output->restart_every) output->next_restart = update->ntimestep; } output->next_thermo = update->ntimestep;