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

This commit is contained in:
sjplimp
2015-08-28 20:00:56 +00:00
parent 962dd0da74
commit ce59e32d1c
189 changed files with 1526 additions and 587 deletions

View File

@ -142,7 +142,7 @@ void Rerun::command(int narg, char **arg)
lmp->init();
timer->init();
timer->barrier_start(TIME_LOOP);
timer->barrier_start();
bigint ntimestep = rd->seek(first,0);
if (ntimestep < 0)
@ -172,7 +172,7 @@ void Rerun::command(int narg, char **arg)
output->next_thermo = update->ntimestep;
output->write(update->ntimestep);
timer->barrier_stop(TIME_LOOP);
timer->barrier_stop();
update->integrate->cleanup();