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

This commit is contained in:
sjplimp 2009-08-18 17:54:45 +00:00
parent 170cbf9ec0
commit a1e6b4fcdd
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ void Run::command(int narg, char **arg)
// else just init timer and setup output
// if post, do full Finish, else just print time
update->whichflag = 0;
update->whichflag = 1;
if (nevery == 0) {
update->nsteps = nsteps;
@ -209,7 +209,7 @@ void Run::command(int narg, char **arg)
}
}
update->whichflag = -1;
update->whichflag = 0;
update->firststep = update->laststep = 0;
update->beginstep = update->endstep = 0;
delete [] commandstr;