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
5610da9f
Commit
5610da9f
authored
Feb 08, 2019
by
Mark OLESEN
Committed by
Andrew Heather
Feb 08, 2019
Browse files
STYLE: missing space in warning message
parent
1e607ac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/cfdTools/general/pressureControl/pressureControl.C
View file @
5610da9f
...
...
@@ -123,8 +123,8 @@ Foam::pressureControl::pressureControl
IOWarningInFunction
(
dict
)
<<
"'rhoMax' specified rather than 'pMax' or 'pMaxFactor'"
<<
nl
<<
" This is supported for backward-compatibility but
"
"'pMax' or 'pMaxFactor' are more reliable."
<<
endl
;
<<
" This is supported for backward-compatibility but"
"
'pMax' or 'pMaxFactor' are more reliable."
<<
endl
;
if
(
!
pLimits
)
{
...
...
@@ -178,7 +178,7 @@ Foam::pressureControl::pressureControl
IOWarningInFunction
(
dict
)
<<
"'rhoMin' specified rather than 'pMin' or 'pMinFactor'"
<<
nl
<<
" This is supported for backward-compatibility but"
"'pMin' or 'pMinFactor' are more reliable."
<<
endl
;
"
'pMin' or 'pMinFactor' are more reliable."
<<
endl
;
if
(
!
pLimits
)
{
...
...
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