STYLE: Corrected error message
This commit is contained in:
parent
47ae71a70c
commit
f5322b0bed
@ -102,9 +102,10 @@ Foam::Map<Foam::label> Foam::autoSnapDriver::getZoneBafflePatches
|
||||
FatalErrorIn("getZoneBafflePatches(const bool)")
|
||||
<< "Face " << faceI
|
||||
<< " fc:" << mesh.faceCentres()[faceI]
|
||||
<< " is in faceZone "
|
||||
<< " in zone " << fZone.name()
|
||||
<< " is in patch "
|
||||
<< mesh.boundaryMesh()[oldPatchI].name()
|
||||
<< " and in faceZone "
|
||||
<< " and in patch "
|
||||
<< mesh.boundaryMesh()[patchI].name()
|
||||
<< abort(FatalError);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user