STYLE: MRFSource: typo in warning message

This commit is contained in:
mattijs
2013-12-16 11:55:28 +00:00
parent 8e0f93d344
commit f81b60e00c

View File

@ -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);
} }