git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2693 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -110,7 +110,7 @@ void Run::command(int narg, char **arg)
|
||||
|
||||
// adjust nsteps if upto was specified
|
||||
|
||||
if (uptoflag) nsteps = nsteps - update->ntimestep;
|
||||
if (uptoflag) nsteps -= update->ntimestep;
|
||||
|
||||
// error check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user