mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
do not check files when subcycling
This commit is contained in:
@ -638,10 +638,10 @@ Foam::Time& Foam::Time::operator+=(const scalar deltaT)
|
|||||||
|
|
||||||
Foam::Time& Foam::Time::operator++()
|
Foam::Time& Foam::Time::operator++()
|
||||||
{
|
{
|
||||||
readModifiedObjects();
|
|
||||||
|
|
||||||
if (!subCycling_)
|
if (!subCycling_)
|
||||||
{
|
{
|
||||||
|
readModifiedObjects();
|
||||||
|
|
||||||
if (timeIndex_ == startTimeIndex_)
|
if (timeIndex_ == startTimeIndex_)
|
||||||
{
|
{
|
||||||
functionObjects_.start();
|
functionObjects_.start();
|
||||||
|
|||||||
Reference in New Issue
Block a user