Commit 8d2d6b68 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@510 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 80b90f27
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -114,7 +114,6 @@ void Run::command(int narg, char **arg)
  //   else just init timer and setup output
  // if post, do full Finish, else just print time

  char *command;
  update->whichflag = 0;

  if (nevery == 0) {
@@ -183,7 +182,7 @@ void Run::command(int narg, char **arg)
      if (postflag || nleft == 0) finish.end(1);
      else finish.end(0);

      if (commandstr) command = input->one(commandstr);
      if (commandstr) char *command = input->one(commandstr);

      nleft -= nsteps;
      iter++;