Salome HOME
Fix OwnHypothesis()
authoreap <eap@opencascade.com>
Tue, 2 Apr 2013 13:06:05 +0000 (13:06 +0000)
committereap <eap@opencascade.com>
Tue, 2 Apr 2013 13:06:05 +0000 (13:06 +0000)
-        if not distribHyp:
+        if not self.distribHyp:

src/SMESH_SWIG/StdMeshersDC.py

index 27b1e70755f59190a21d899647e4370985afd7eb..3e1abf1d3beea07b6e1f17e8717ebf9c54082b0d 100644 (file)
@@ -895,7 +895,7 @@ class StdMeshersDC_Prism3D(Mesh_Algorithm):
         self.mesh.smeshpyD.SetCurrentStudy( None )
         hyp = self.mesh.smeshpyD.CreateHypothesis(hypType, so)
         self.mesh.smeshpyD.SetCurrentStudy( study ) # enables publishing
-        if not distribHyp:
+        if not self.distribHyp:
             self.distribHyp = self.Hypothesis("LayerDistribution", UseExisting=0)
         self.distribHyp.SetLayerDistribution( hyp )
         return hyp