From 78a76426d40939d199154ede7e0c6c37165dfb47 Mon Sep 17 00:00:00 2001 From: nge Date: Mon, 18 Jan 2010 16:32:01 +0000 Subject: [PATCH] Remove unnecessary print text --- src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx index 9c0df19..aa2df2d 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx @@ -1274,7 +1274,8 @@ bool BLSURFPlugin_BLSURF::Compute(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape) feenableexcept( oldFEFlags ); feclearexcept( FE_ALL_EXCEPT ); #endif - + + /* std::cout << "FacesWithSizeMap" << std::endl; FacesWithSizeMap.Statistics(std::cout); std::cout << "EdgesWithSizeMap" << std::endl; @@ -1283,6 +1284,7 @@ bool BLSURFPlugin_BLSURF::Compute(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape) VerticesWithSizeMap.Statistics(std::cout); std::cout << "FacesWithEnforcedVertices" << std::endl; FacesWithEnforcedVertices.Statistics(std::cout); + */ return true; } -- 2.39.2