mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
allow purgeWrite with variable time
This commit is contained in:
@ -86,13 +86,6 @@ void Foam::Time::readDict()
|
||||
|
||||
purgeWrite_ = 0;
|
||||
}
|
||||
|
||||
if (writeControl_ != wcTimeStep && purgeWrite_ > 0)
|
||||
{
|
||||
FatalIOErrorIn("Time::readDict()", controlDict_)
|
||||
<< "writeControl must be set to timeStep for purgeWrite "
|
||||
<< exit(FatalIOError);
|
||||
}
|
||||
}
|
||||
|
||||
if (controlDict_.found("timeFormat"))
|
||||
|
||||
Reference in New Issue
Block a user