Skip to content
Snippets Groups Projects
Commit 3ad7c870 authored by mattijs's avatar mattijs
Browse files

ENH: polyMesh: debug message

parent 8d5977c1
Branches
Tags
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment