Salome HOME
Merge branch 'occ/26452_face_ori'
[modules/smesh.git] / doc / salome / examples / defining_hypotheses_ex10.py
index c55af79dfcd13ab87caea8a868fafd0529a07f00..0801c2cfc6add725360171eee220408b1dacb09c 100644 (file)
@@ -3,7 +3,7 @@
 # Project prisms from one meshed box to another mesh on the same box
 
 import salome
-salome.salome_init()
+salome.salome_init_without_session()
 import GEOM
 from salome.geom import geomBuilder
 geompy = geomBuilder.New()