Small cleanup.
This commit is contained in:
parent
e51f57c708
commit
c063d04a3d
@ -610,20 +610,6 @@ Foam::Time& Foam::Time::operator+=(const dimensionedScalar& deltaT)
|
||||
|
||||
Foam::Time& Foam::Time::operator+=(const scalar deltaT)
|
||||
{
|
||||
readModifiedObjects();
|
||||
|
||||
if (!subCycling_)
|
||||
{
|
||||
if (timeIndex_ == startTimeIndex_)
|
||||
{
|
||||
functionObjects_.start();
|
||||
}
|
||||
else
|
||||
{
|
||||
functionObjects_.execute();
|
||||
}
|
||||
}
|
||||
|
||||
setDeltaT(deltaT);
|
||||
operator++();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user