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=68db07e1c8881bf299de0fc1192b7dd4043c1255;hp=4c3c811e57025cbd04ab8567be159af7462420a4;hb=a08c213e66fe27f9073b915e1c549664fd5f47e8;hpb=38b7a09f609edfc0ff0f12a5e1f3f7c2c63845d8 diff --git a/doc/salome/gui/SMESH/input/smesh_migration.doc b/doc/salome/gui/SMESH/input/smesh_migration.doc index 4c3c811e5..68db07e1c 100644 --- a/doc/salome/gui/SMESH/input/smesh_migration.doc +++ b/doc/salome/gui/SMESH/input/smesh_migration.doc @@ -25,7 +25,7 @@ salome.salome_init() \n the old mode (from dump): \code import smesh, SMESH, SALOMEDS -smesh.SetCurrentStudy(theStudy) +smesh.SetCurrentStudy(salome.myStudy) \endcode \n the new mode: \code @@ -98,7 +98,7 @@ is replaced by: from salome.StdMeshers import StdMeshersBuilder from salome.NETGENPlugin import NETGENPluginBuilder from salome.BLSURFPlugin import BLSURFPluginBuilder -from salomeGHS3DPlugin .import GHS3DPluginBuilder +from salome.GHS3DPlugin import GHS3DPluginBuilder from salome.HexoticPLUGIN import HexoticPLUGINBuilder \endcode