From: eap Date: Fri, 11 Jan 2008 15:34:53 +0000 (+0000) Subject: PAL18523 Some print to supress in smeshDC.py X-Git-Tag: for_M2008_07022008~16 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=06e50842f2c93edd8c0434cbede5af205ed3180f PAL18523 Some print to supress in smeshDC.py - print "OwnHypothesis",hypType + #print "OwnHypothesis",hypType --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 8b15f7f59..7603f731e 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -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 )