git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14088 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -421,7 +421,6 @@ void Update::reset_timestep(bigint newstep)
|
||||
{
|
||||
ntimestep = newstep;
|
||||
if (ntimestep < 0) error->all(FLERR,"Timestep must be >= 0");
|
||||
if (ntimestep > MAXBIGINT) error->all(FLERR,"Too big a timestep");
|
||||
|
||||
// set atimestep to new timestep
|
||||
// so future update_time() calls will be correct
|
||||
|
||||
Reference in New Issue
Block a user