Salome HOME
Merge branch 'occ/26452_face_ori'
[modules/smesh.git] / doc / salome / examples / generate_flat_elements.py
index b81d80155179a2c85d7036a1003020c1853c5f25..d14cb0495a39de07d8f1aaf082f0d151039819a2 100644 (file)
@@ -1,11 +1,11 @@
 # Double nodes on groups boundaries
 
-# This example represents an iron cable (a thin cylinder) in a concrete bloc (a big cylinder).
+# This example represents an iron cable (a thin cylinder) in a concrete block (a big cylinder).
 # The big cylinder is defined by two geometric volumes.
 
 
 import salome
-salome.salome_init()
+salome.salome_init_without_session()
 import GEOM
 from salome.geom import geomBuilder
 geompy = geomBuilder.New()