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

This commit is contained in:
sjplimp 2009-08-18 17:59:28 +00:00
parent ede31b9aef
commit 464bdb0bf5
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ void Minimize::command(int narg, char **arg)
update->beginstep = update->firststep = update->ntimestep;
update->endstep = update->laststep = update->firststep + update->nsteps;
update->whichflag = 1;
update->whichflag = 2;
lmp->init();
update->minimize->setup();
@ -54,7 +54,7 @@ void Minimize::command(int narg, char **arg)
Finish finish(lmp);
finish.end(1);
update->whichflag = -1;
update->whichflag = 0;
update->firststep = update->laststep = 0;
update->beginstep = update->endstep = 0;
}