forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11848 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
2376ea9cb3
commit
4c051e92e6
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue