mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: MRFSource: typo in warning message
This commit is contained in:
@ -52,7 +52,7 @@ void Foam::fv::MRFSource::initialise()
|
|||||||
if (selectionMode_ != smCellZone)
|
if (selectionMode_ != smCellZone)
|
||||||
{
|
{
|
||||||
FatalErrorIn("void Foam::MRFSource::initialise()")
|
FatalErrorIn("void Foam::MRFSource::initialise()")
|
||||||
<< "The porosity region must be specified as a cellZone. Current "
|
<< "The MRF region must be specified as a cellZone. Current "
|
||||||
<< "selection mode is " << selectionModeTypeNames_[selectionMode_]
|
<< "selection mode is " << selectionModeTypeNames_[selectionMode_]
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user