mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: polyMesh: better warning message
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user