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

This commit is contained in:
sjplimp
2010-05-21 20:05:47 +00:00
parent 278d6cb95c
commit 7a5cf1480a
7 changed files with 94 additions and 94 deletions

View File

@ -55,7 +55,8 @@ void Run::command(int narg, char **arg)
int preflag = 1;
int postflag = 1;
int nevery = 0;
int first,last,ncommands;
int ncommands = 0;
int first,last;
int iarg = 1;
while (iarg < narg) {