]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix regressions in test scripts caused by implementation of issue 0022748
authorvsr <vsr@opencascade.com>
Thu, 26 Feb 2015 11:14:59 +0000 (14:14 +0300)
committervsr <vsr@opencascade.com>
Thu, 26 Feb 2015 11:14:59 +0000 (14:14 +0300)
src/GEOM_SWIG/geomBuilder.py

index f3d338af6ea935a587626b32a80dbba32f2cdbca..d6786131ab820046433fa8bf6063a68e9d7917c0 100755 (executable)
@@ -3826,7 +3826,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
             """
             # Example: see GEOM_TestAll.py
             theMinDeg,theMaxDeg,theTol3D,Parameters = ParseParameters(theMinDeg, theMaxDeg, theTol3D)
-            anObj = self.PrimOp.MakeFilling(theContours, theMinDeg, theMaxDeg,
+            anObj = self.PrimOp.MakeFilling(ToList(theContours), theMinDeg, theMaxDeg,
                                             0, theTol3D, 0, GEOM.FOM_Default, True)
             RaiseIfFailed("MakeFillingNew", self.PrimOp)
             anObj.SetParameters(Parameters)