Salome HOME
- edit documentation
authormpa <mpa@opencascade.com>
Tue, 19 Nov 2013 11:57:09 +0000 (11:57 +0000)
committermpa <mpa@opencascade.com>
Tue, 19 Nov 2013 11:57:09 +0000 (11:57 +0000)
doc/salome/gui/SMESH/input/smesh_migration.doc

index 4c3c811e57025cbd04ab8567be159af7462420a4..68db07e1c8881bf299de0fc1192b7dd4043c1255 100644 (file)
@@ -25,7 +25,7 @@ salome.salome_init()
 \n the old mode (from dump):
 \code
 import smesh, SMESH, SALOMEDS
 \n the old mode (from dump):
 \code
 import smesh, SMESH, SALOMEDS
-smesh.SetCurrentStudy(theStudy)
+smesh.SetCurrentStudy(salome.myStudy)
 \endcode
 \n the new mode:
 \code
 \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 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
 
 from salome.HexoticPLUGIN import HexoticPLUGINBuilder
 \endcode