]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
0019923: EDF 765 SMESH : default values of hypothesis
authoreap <eap@opencascade.com>
Mon, 19 Jan 2009 08:06:33 +0000 (08:06 +0000)
committereap <eap@opencascade.com>
Mon, 19 Jan 2009 08:06:33 +0000 (08:06 +0000)
  fix SetBoundaryBoxSegmentation() to return nothing

src/SMESH_SWIG/smeshDC.py

index 3f20c75b7818f09141837ceea2cbdad033667331..4ea082cda7bbd89d4eae8fd76731a7773b221398 100644 (file)
@@ -409,8 +409,7 @@ class smeshDC(SMESH._objref_SMESH_Gen):
     #  Default value is 10
     #  @ingroup l1_auxiliary
     def SetBoundaryBoxSegmentation(self, nbSegments):
-        #return self.GetCurrentStudy()
-        return SMESH._objref_SMESH_Gen.SetBoundaryBoxSegmentation(self,nbSegments)
+        SMESH._objref_SMESH_Gen.SetBoundaryBoxSegmentation(self,nbSegments)
 
 
     # Filtering. Auxiliary functions: