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

This commit is contained in:
sjplimp
2010-01-20 15:12:36 +00:00
parent 906df8de3a
commit 46a7dc9db8
2 changed files with 23 additions and 9 deletions

View File

@ -107,7 +107,7 @@ void Run::command(int narg, char **arg)
if (uptoflag) nsteps -= update->ntimestep;
// if nevery, make copies of arg strings that are commands
// required because re-parsing commands during run will wipe out args
// required because re-parsing commands via input->one() will wipe out args
char **commands = NULL;
if (nevery && ncommands > 0) {