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
9b0ff603
Commit
9b0ff603
authored
Jun 24, 2019
by
Mark OLESEN
Committed by
Andrew Heather
Jun 24, 2019
Browse files
STYLE: simplify return statement
parent
e990c48b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/Time/Time.C
View file @
9b0ff603
...
...
@@ -952,7 +952,7 @@ bool Foam::Time::stopAt(const stopAtControls stopCtrl) const
bool
Foam
::
Time
::
isAdjustTimeStep
()
const
{
return
controlDict_
.
lookupOrDefault
(
"adjustTimeStep"
,
false
)
?
true
:
false
;
return
controlDict_
.
lookupOrDefault
(
"adjustTimeStep"
,
false
);
}
...
...
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