Fix for IPAL13693(Execution of "GEOM_blocks.py" is failed).

This commit is contained in:
mzn 2006-10-26 09:11:54 +00:00
parent 7e8d7ff73d
commit 40b79d4e26

View File

@ -36,6 +36,6 @@ isMeshTest = 0 # False
smesh = None smesh = None
GEOM_Spanner.MakeSpanner(salome, geompy, math, isBlocksTest, isMeshTest, smesh) GEOM_Spanner.MakeSpanner(geompy, math, isBlocksTest, isMeshTest, smesh)
salome.sg.updateObjBrowser(1); salome.sg.updateObjBrowser(1);