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-plus
Commits
2c8989b6
Commit
2c8989b6
authored
Jun 24, 2019
by
Mark OLESEN
Browse files
STYLE: simplify return statement
parent
9c6fa79a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/Time/Time.C
View file @
2c8989b6
...
...
@@ -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