git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8248 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -162,8 +162,8 @@ void Rerun::command(int narg, char **arg)
|
||||
|
||||
// insure thermo output on last dump timestep
|
||||
|
||||
output->next_thermo = ntimestep;
|
||||
output->write(ntimestep);
|
||||
output->next_thermo = update->ntimestep;
|
||||
output->write(update->ntimestep);
|
||||
|
||||
timer->barrier_stop(TIME_LOOP);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user