mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: polyMesh: debug message
This commit is contained in:
@ -1183,8 +1183,7 @@ const Foam::globalMeshData& Foam::polyMesh::globalData() const
|
|||||||
if (debug)
|
if (debug)
|
||||||
{
|
{
|
||||||
Pout<< "polyMesh::globalData() const : "
|
Pout<< "polyMesh::globalData() const : "
|
||||||
<< "Constructing parallelData from processor topology" << nl
|
<< "Constructing parallelData from processor topology"
|
||||||
<< "This needs the patch faces to be correctly matched"
|
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
// Construct globalMeshData using processorPatch information only.
|
// Construct globalMeshData using processorPatch information only.
|
||||||
|
|||||||
Reference in New Issue
Block a user