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

This commit is contained in:
sjplimp 2014-04-30 15:17:22 +00:00
parent 2376ea9cb3
commit 4c051e92e6
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ void Rerun::command(int narg, char **arg)
firstflag = 0;
ntimestep = rd->next(ntimestep,last,nevery,nskip);
if (stopflag && ntimestep > stop)
error->all(FLERR,"Read rerun dump file timestep > specified stop");
if (ntimestep < 0) break;
}