git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10169 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-06-28 20:28:22 +00:00
parent 3428df4c4b
commit 6efd2bf08d
3 changed files with 5 additions and 5 deletions

View File

@ -441,7 +441,7 @@ void Output::write_restart(bigint ntimestep)
timestep is being changed, called by update->reset_timestep()
reset next timestep values for dumps, restart, thermo output
reset to smallest value >= new timestep
if next timestep set by varaible evaluation,
if next timestep set by variable evaluation,
eval for ntimestep-1, so current ntimestep can be returned if needed
no guarantee that variable can be evaluated for ntimestep-1
if it depends on computes, but live with that rare case for now