mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Corrected error message
This commit is contained in:
@ -102,9 +102,10 @@ Foam::Map<Foam::label> Foam::autoSnapDriver::getZoneBafflePatches
|
|||||||
FatalErrorIn("getZoneBafflePatches(const bool)")
|
FatalErrorIn("getZoneBafflePatches(const bool)")
|
||||||
<< "Face " << faceI
|
<< "Face " << faceI
|
||||||
<< " fc:" << mesh.faceCentres()[faceI]
|
<< " fc:" << mesh.faceCentres()[faceI]
|
||||||
<< " is in faceZone "
|
<< " in zone " << fZone.name()
|
||||||
|
<< " is in patch "
|
||||||
<< mesh.boundaryMesh()[oldPatchI].name()
|
<< mesh.boundaryMesh()[oldPatchI].name()
|
||||||
<< " and in faceZone "
|
<< " and in patch "
|
||||||
<< mesh.boundaryMesh()[patchI].name()
|
<< mesh.boundaryMesh()[patchI].name()
|
||||||
<< abort(FatalError);
|
<< abort(FatalError);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user