From: nge Date: Mon, 18 Jan 2010 16:32:01 +0000 (+0000) Subject: Remove unnecessary print text X-Git-Tag: V5_1_4a1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=78a76426d40939d199154ede7e0c6c37165dfb47;p=plugins%2Fblsurfplugin.git Remove unnecessary print text --- 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; }