Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
c063d04a
Commit
c063d04a
authored
Feb 15, 2009
by
henry
Browse files
Small cleanup.
parent
e51f57c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/Time/Time.C
View file @
c063d04a
...
...
@@ -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
++
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment