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)
{
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.