Skip to content
Snippets Groups Projects
Commit 5610da9f authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

STYLE: missing space in warning message

parent 1e607ac6
Branches
Tags
No related merge requests found
...@@ -123,8 +123,8 @@ Foam::pressureControl::pressureControl ...@@ -123,8 +123,8 @@ Foam::pressureControl::pressureControl
IOWarningInFunction(dict) IOWarningInFunction(dict)
<< "'rhoMax' specified rather than 'pMax' or 'pMaxFactor'" << "'rhoMax' specified rather than 'pMax' or 'pMaxFactor'"
<< nl << nl
<< " This is supported for backward-compatibility but " << " This is supported for backward-compatibility but"
"'pMax' or 'pMaxFactor' are more reliable." << endl; " 'pMax' or 'pMaxFactor' are more reliable." << endl;
if (!pLimits) if (!pLimits)
{ {
...@@ -178,7 +178,7 @@ Foam::pressureControl::pressureControl ...@@ -178,7 +178,7 @@ Foam::pressureControl::pressureControl
IOWarningInFunction(dict) IOWarningInFunction(dict)
<< "'rhoMin' specified rather than 'pMin' or 'pMinFactor'" << nl << "'rhoMin' specified rather than 'pMin' or 'pMinFactor'" << nl
<< " This is supported for backward-compatibility but" << " This is supported for backward-compatibility but"
"'pMin' or 'pMinFactor' are more reliable." << endl; " 'pMin' or 'pMinFactor' are more reliable." << endl;
if (!pLimits) if (!pLimits)
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment