]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
Remove unnecessary print text
authornge <nge>
Mon, 18 Jan 2010 16:32:01 +0000 (16:32 +0000)
committernge <nge>
Mon, 18 Jan 2010 16:32:01 +0000 (16:32 +0000)
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx

index 9c0df19a2842eed95b4e978c9526842758409b49..aa2df2d3b7448915a51201194da2ed1951921f78 100644 (file)
@@ -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;
 }