From: eap Date: Wed, 21 Mar 2012 10:22:32 +0000 (+0000) Subject: 0021526: EDF 1855 SMESH: Regression in the Radial Quadrangle hypothesis X-Git-Tag: V6_5_0a1~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5ea2cc6434eb12a8b139950b2274c2533be3f5e5;p=modules%2Fsmesh.git 0021526: EDF 1855 SMESH: Regression in the Radial Quadrangle hypothesis fix algoCreator.__call__() --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 20efdacd0..e70aa8872 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -4326,7 +4326,7 @@ class algoCreator: # creates an instance of algorithm def __call__(self,algo="",geom=0,*args): algoType = self.defaultAlgoType - for arg in args + (algo,): + for arg in args + (algo,geom): if isinstance( arg, geompyDC.GEOM._objref_GEOM_Object ): geom = arg if isinstance( arg, str ) and arg: