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)
|
||||
{
|
||||
Pout<< "polyMesh::globalData() const : "
|
||||
<< "Constructing parallelData from processor topology" << nl
|
||||
<< "This needs the patch faces to be correctly matched"
|
||||
<< "Constructing parallelData from processor topology"
|
||||
<< endl;
|
||||
}
|
||||
// Construct globalMeshData using processorPatch information only.
|
||||
|
||||
Reference in New Issue
Block a user