X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fsmesh_migration.doc;h=e14640e8ba40f2bfe651cdde716a341daa5a5786;hp=055723dd766ee073bf1afd79d7c1431ccd8483cf;hb=49ab78a64a4f5a65535ebf87b081f77eafd065b6;hpb=d8a4fd0b8ca90a74787d942d3c3fe732979777c3 diff --git a/doc/salome/gui/SMESH/input/smesh_migration.doc b/doc/salome/gui/SMESH/input/smesh_migration.doc index 055723dd7..e14640e8b 100644 --- a/doc/salome/gui/SMESH/input/smesh_migration.doc +++ b/doc/salome/gui/SMESH/input/smesh_migration.doc @@ -38,7 +38,7 @@ smesh = smeshBuilder.New(salome.myStudy) Of course, from smesh import * is no more possible. \n You have to explicitely write smesh.some_method(). -Some algorithms have been transferred from the namespace smesh to the namespace smeshBuilder. +All algorithms have been transferred from the namespace smesh to the namespace smeshBuilder. \n For instance: \code MEFISTO_2D_1 = Mesh_1.Triangle(algo=smesh.MEFISTO,geom=Face_1)