Rool-back bad changes to the script

This commit is contained in:
jfa 2005-09-13 11:31:52 +00:00
parent c67bfdf8eb
commit b8d6cdc9c9

View File

@ -26,7 +26,7 @@
import salome
import geompy
import smesh
import smeshpy
import SMESH
import StdMeshers
@ -59,7 +59,7 @@ ide = geompy.addToStudyInFather(face, edge, name)
# ---- launch SMESH, init a Mesh with the box
gen = smesh.smesh()
gen = smeshpy.smeshpy()
mesh = gen.CreateMesh(idb)
print "-------------------------- create Hypothesis"