Change Update::reset_timestep() API so that rerun can bypass the time depended fix check
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user