STYLE: Corrected error message

This commit is contained in:
mattijs 2010-03-19 10:32:18 +00:00
parent 47ae71a70c
commit f5322b0bed

View File

@ -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);
}