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

This commit is contained in:
sjplimp
2007-04-20 22:53:15 +00:00
parent 80b90f275c
commit 8d2d6b68a3

View File

@ -114,7 +114,6 @@ void Run::command(int narg, char **arg)
// else just init timer and setup output // else just init timer and setup output
// if post, do full Finish, else just print time // if post, do full Finish, else just print time
char *command;
update->whichflag = 0; update->whichflag = 0;
if (nevery == 0) { if (nevery == 0) {
@ -183,7 +182,7 @@ void Run::command(int narg, char **arg)
if (postflag || nleft == 0) finish.end(1); if (postflag || nleft == 0) finish.end(1);
else finish.end(0); else finish.end(0);
if (commandstr) command = input->one(commandstr); if (commandstr) char *command = input->one(commandstr);
nleft -= nsteps; nleft -= nsteps;
iter++; iter++;