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

This commit is contained in:
sjplimp
2012-06-08 16:00:32 +00:00
parent f84a324b48
commit 7a2e00bbf1
10 changed files with 117 additions and 81 deletions

View File

@ -362,6 +362,7 @@ void Update::reset_timestep(int narg, char **arg)
reset invoked flags of computes,
so nothing will think they are current between runs
clear timestep list of computes that store future invocation times
called from input script and rerun command
------------------------------------------------------------------------- */
void Update::reset_timestep(bigint newstep)
@ -376,7 +377,7 @@ 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(newstep);
modify->fix[i]->reset_timestep(ntimestep);
}
eflag_global = vflag_global = -1;