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

This commit is contained in:
sjplimp
2015-03-24 15:34:07 +00:00
parent 421724aadc
commit 25b928b276
35 changed files with 179 additions and 137 deletions

View File

@ -428,7 +428,7 @@ void Update::reset_timestep(bigint newstep)
atimestep = ntimestep;
// trigger reset of timestep for output and for fixes that require it
// trigger reset of timestep for output
// do not allow any timestep-dependent fixes to be already defined
output->reset_timestep(ntimestep);
@ -437,7 +437,6 @@ void Update::reset_timestep(bigint newstep)
if (modify->fix[i]->time_depend)
error->all(FLERR,
"Cannot reset timestep with a time-dependent fix defined");
modify->fix[i]->reset_timestep(ntimestep);
}
// reset eflag/vflag global so no commands will think eng/virial are current