mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Updated comment
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user