mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-02 21:00:34 +05:00
PAL18523 Some print to supress in smeshDC.py
- print "OwnHypothesis",hypType + #print "OwnHypothesis",hypType
This commit is contained in:
parent
74cc32f57f
commit
06e50842f2
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user