git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@510 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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++;
|
||||||
|
|||||||
Reference in New Issue
Block a user