From 06e50842f2c93edd8c0434cbede5af205ed3180f Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 11 Jan 2008 15:34:53 +0000 Subject: [PATCH] PAL18523 Some print to supress in smeshDC.py - print "OwnHypothesis",hypType + #print "OwnHypothesis",hypType --- src/SMESH_SWIG/smeshDC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.2