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=9c8af6c9d9ccb7937d89cb0a1415dee657a3cfea;hp=71c18b1e08ebc1f88c99b04179b782dadeaecacc;hb=refs%2Ftags%2FV9_0_0;hpb=9655cb578db3659e41763af22c9de67724bdd66d diff --git a/doc/salome/gui/SMESH/input/smesh_migration.doc b/doc/salome/gui/SMESH/input/smesh_migration.doc index 71c18b1e0..9c8af6c9d 100644 --- a/doc/salome/gui/SMESH/input/smesh_migration.doc +++ b/doc/salome/gui/SMESH/input/smesh_migration.doc @@ -20,13 +20,13 @@ salome.salome_init() \n the old mode (from dump): \code import smesh, SMESH, SALOMEDS -smesh.SetCurrentStudy(salome.myStudy) +smesh.UpdateStudy() \endcode \n the new mode: \code import SMESH, SALOMEDS from salome.smesh import smeshBuilder -smesh = smeshBuilder.New(salome.myStudy) +smesh = smeshBuilder.New() \endcode