From: eap Date: Mon, 19 Jan 2009 08:06:33 +0000 (+0000) Subject: 0019923: EDF 765 SMESH : default values of hypothesis X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2e91e44cab3ed908201cd681fc8e1922ac519250;p=modules%2Fsmesh.git 0019923: EDF 765 SMESH : default values of hypothesis fix SetBoundaryBoxSegmentation() to return nothing --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 3f20c75b7..4ea082cda 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -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: