STYLE: missing space in warning message

This commit is contained in:
Mark Olesen
2019-02-08 18:53:27 +01:00
parent 6db9acc163
commit 2243efa9aa

View File

@ -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)
{