From: mzn Date: Thu, 26 Oct 2006 09:11:54 +0000 (+0000) Subject: Fix for IPAL13693(Execution of "GEOM_blocks.py" is failed). X-Git-Tag: V3_2_3pre1~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=40b79d4e2671d668ed76f3e57f48537f4a219fbd;p=modules%2Fgeom.git Fix for IPAL13693(Execution of "GEOM_blocks.py" is failed). --- diff --git a/src/GEOM_SWIG/GEOM_blocks.py b/src/GEOM_SWIG/GEOM_blocks.py index 109556e3a..6155e2971 100644 --- a/src/GEOM_SWIG/GEOM_blocks.py +++ b/src/GEOM_SWIG/GEOM_blocks.py @@ -36,6 +36,6 @@ isMeshTest = 0 # False smesh = None -GEOM_Spanner.MakeSpanner(salome, geompy, math, isBlocksTest, isMeshTest, smesh) +GEOM_Spanner.MakeSpanner(geompy, math, isBlocksTest, isMeshTest, smesh) salome.sg.updateObjBrowser(1);