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

@ -159,7 +159,7 @@ void Rerun::command(int narg, char **arg)
while (true) {
ndump++;
rd->header(firstflag);
update->reset_timestep(ntimestep);
update->reset_timestep(ntimestep, false);
rd->atoms();
modify->init();