PAL18523 Some print to supress in smeshDC.py

-        print "OwnHypothesis",hypType
+        #print "OwnHypothesis",hypType
This commit is contained in:
eap 2008-01-11 15:34:53 +00:00
parent 74cc32f57f
commit 06e50842f2

View 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 )