ENH: polyMesh: better warning message

This commit is contained in:
mattijs 2019-09-03 12:32:04 +01:00 committed by Andrew Heather
parent 1307836caa
commit 43f938291e

View File

@ -591,7 +591,8 @@ Foam::polyMesh::polyMesh
{
WarningInFunction
<< "Found " << nDefaultFaces
<< " undefined faces in mesh; adding to default patch." << endl;
<< " undefined faces in mesh; adding to default patch "
<< defaultBoundaryPatchName << endl;
// Check if there already exists a defaultFaces patch as last patch
// and reuse it.
@ -864,7 +865,8 @@ Foam::polyMesh::polyMesh
{
WarningInFunction
<< "Found " << nDefaultFaces
<< " undefined faces in mesh; adding to default patch." << endl;
<< " undefined faces in mesh; adding to default patch "
<< defaultBoundaryPatchName << endl;
// Check if there already exists a defaultFaces patch as last patch
// and reuse it.