ENH: polyMesh: debug message

This commit is contained in:
mattijs
2013-09-19 17:32:26 +01:00
parent 8d5977c186
commit 3ad7c870f7

View File

@ -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.