Salome HOME
PAL18523 Some print to supress in smeshDC.py
authoreap <eap@opencascade.com>
Fri, 11 Jan 2008 15:34:53 +0000 (15:34 +0000)
committereap <eap@opencascade.com>
Fri, 11 Jan 2008 15:34:53 +0000 (15:34 +0000)
-        print "OwnHypothesis",hypType
+        #print "OwnHypothesis",hypType

src/SMESH_SWIG/smeshDC.py

index 8b15f7f59c44a2ee7c9e4244b57ac7aaf18adbba..7603f731ee97593f8920b29510200f2cad9f910e 100644 (file)
@@ -1421,7 +1421,7 @@ class Mesh_RadialPrism3D(Mesh_Algorithm):
     ## Private method creating 1D hypothes and storing it in the LayerDistribution
     #  hypothes. Returns the created hypothes
     def OwnHypothesis(self, hypType, args=[], so="libStdMeshersEngine.so"):
-        print "OwnHypothesis",hypType
+        #print "OwnHypothesis",hypType
         if not self.nbLayers is None:
             self.mesh.GetMesh().RemoveHypothesis( self.geom, self.nbLayers )
             self.mesh.GetMesh().AddHypothesis( self.geom, self.distribHyp )