mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: missing space in warning message
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user