ENH: Additional output when face is non-single

This commit is contained in:
sergio
2010-11-12 12:48:10 +00:00
parent 2dcb9b410f
commit 1fab38aae3

View File

@ -211,7 +211,8 @@ void Foam::singleCellFvMesh::agglomerateMesh
"singleCellFvMesh::agglomerateMesh(..)"
) << "agglomeration does not create a"
<< " single, non-manifold"
<< " face for agglomeration " << coarseI
<< " face for agglomeration " << myAgglom
<< " on patch " << patchI
<< exit(FatalError);
}