Change Update::reset_timestep() API so that rerun can bypass the time depended fix check

This commit is contained in:
Axel Kohlmeyer
2022-02-27 11:26:33 -05:00
parent 750e0435a8
commit 7824e43339
4 changed files with 12 additions and 9 deletions

View File

@ -121,7 +121,7 @@ void ReadDump::command(int narg, char **arg)
// reset timestep to nstep
update->reset_timestep(nstep);
update->reset_timestep(nstep, true);
// counters