Skip to content
Snippets Groups Projects
Commit 2243efa9 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: missing space in warning message

parent 6db9acc1
Branches
Tags
No related merge requests found
......@@ -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)
{
......
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