another workaround for rerun
This commit is contained in:
@ -632,7 +632,7 @@ int Output::check_time_dumps(bigint ntimestep)
|
||||
{
|
||||
next_dump_any = MAXBIGINT;
|
||||
for (int idump = 0; idump < ndump; idump++)
|
||||
if ((last_dump[idump] >= 0) && !update->whichflag)
|
||||
if ((last_dump[idump] >= 0) && !update->whichflag && !dump[idump]->multifile)
|
||||
error->all(FLERR, "Cannot reset timestep with active dump - must undump first");
|
||||
|
||||
if (restart_flag_single) {
|
||||
|
||||
Reference in New Issue
Block a user