git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14088 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -47,7 +47,7 @@ void Minimize::command(int narg, char **arg)
|
||||
update->whichflag = 2;
|
||||
update->beginstep = update->firststep = update->ntimestep;
|
||||
update->endstep = update->laststep = update->firststep + update->nsteps;
|
||||
if (update->laststep < 0 || update->laststep > MAXBIGINT)
|
||||
if (update->laststep < 0)
|
||||
error->all(FLERR,"Too many iterations");
|
||||
|
||||
lmp->init();
|
||||
|
||||
Reference in New Issue
Block a user