mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3119 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c01b4e016c
commit
9c6b8ec3b6
|
@ -341,8 +341,7 @@ void Min::run(int nsteps)
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue