Skip to content
Snippets Groups Projects
Commit f81b60e0 authored by mattijs's avatar mattijs
Browse files

STYLE: MRFSource: typo in warning message

parent 8e0f93d3
Branches
Tags
No related merge requests found
......@@ -52,7 +52,7 @@ void Foam::fv::MRFSource::initialise()
if (selectionMode_ != smCellZone)
{
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_]
<< exit(FatalError);
}
......
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