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