Skip to content
Snippets Groups Projects
Commit 49e56051 authored by andy's avatar andy
Browse files

STYLE: Updated comment

parent 631a47a3
Branches
Tags
No related merge requests found
...@@ -67,7 +67,7 @@ void Foam::fv::interRegionHeatTransferModel::check() ...@@ -67,7 +67,7 @@ void Foam::fv::interRegionHeatTransferModel::check()
if (!nbrModelFound) if (!nbrModelFound)
{ {
FatalErrorIn("interRegionHeatTransferModel::check()") FatalErrorIn("interRegionHeatTransferModel::check()")
<< "Secondary source name not found" << nbrModelName_ << "Neighbour model name not found" << nbrModelName_
<< " in region " << nbrMesh.name() << nl << " in region " << nbrMesh.name() << nl
<< exit(FatalError); << exit(FatalError);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment