STYLE: Updated comment

This commit is contained in:
andy
2013-01-09 12:19:39 +00:00
parent 631a47a378
commit 49e56051e5

View File

@ -67,7 +67,7 @@ void Foam::fv::interRegionHeatTransferModel::check()
if (!nbrModelFound)
{
FatalErrorIn("interRegionHeatTransferModel::check()")
<< "Secondary source name not found" << nbrModelName_
<< "Neighbour model name not found" << nbrModelName_
<< " in region " << nbrMesh.name() << nl
<< exit(FatalError);
}