Salome HOME
bos #29628 Remove MEFISTO 2D algorithm
[modules/smesh.git] / doc / examples / defining_hypotheses_ex09.py
index c9cc52f612a04498f3705472b37aef83d0d35aee..9646d17079a346d33d78bc6cbfadc50e0bc84b47 100644 (file)
@@ -34,10 +34,10 @@ hexa.Compute()
 # 2. Create a tetrahedral mesh on the box
 tetra = smesh_builder.Mesh(box, "Box : tetrahedrical mesh")
 
-# create a Regular 1D algorithm for edges
+# create a 1D algorithm for edges
 algo1D = tetra.Segment()
 
-# create a Mefisto 2D algorithm for faces
+# create a 2D algorithm for faces
 algo2D = tetra.Triangle()
 
 # create a 3D algorithm for solids