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