From 5ea2cc6434eb12a8b139950b2274c2533be3f5e5 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 21 Mar 2012 10:22:32 +0000 Subject: [PATCH] 0021526: EDF 1855 SMESH: Regression in the Radial Quadrangle hypothesis fix algoCreator.__call__() --- src/SMESH_SWIG/smeshDC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2