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

This commit is contained in:
sjplimp
2007-06-27 16:45:46 +00:00
parent 18892c6314
commit 67fcb1a3bd
14 changed files with 501 additions and 18 deletions

View File

@ -190,5 +190,7 @@ void Run::command(int narg, char **arg)
}
update->whichflag = -1;
update->firststep = update->laststep = 0;
update->beginstep = update->endstep = 0;
delete [] commandstr;
}