From 33f36f684fb1babf096cb82ca8b70a6d2b2216b2 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 10 Feb 2010 14:39:16 +0000
Subject: [PATCH] STYLE: removed extraneous printing.

---
 .../meshes/polyMesh/globalMeshData/globalMeshData.C  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C
index 413429cddb9..e97cada0f31 100644
--- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C
+++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C
@@ -1743,12 +1743,12 @@ Foam::autoPtr<Foam::globalIndex> Foam::globalMeshData::mergePoints
 
     label myUniquePoints = meshPoints.size() - nCoupledSlave;
 
-Pout<< "Points :" << nl
-    << "    patch            : " << meshPoints.size() << nl
-    << "    of which coupled : " << nCoupledMaster+nCoupledSlave << nl
-    << "    of which master  : " << nCoupledMaster << nl
-    << "    of which slave   : " << nCoupledSlave << nl
-    << endl;
+    //Pout<< "Points :" << nl
+    //    << "    patch            : " << meshPoints.size() << nl
+    //    << "    of which coupled : " << nCoupledMaster+nCoupledSlave << nl
+    //    << "    of which master  : " << nCoupledMaster << nl
+    //    << "    of which slave   : " << nCoupledSlave << nl
+    //    << endl;
 
 
     // 2. Create global indexing for unique points.
-- 
GitLab