- edit documentation

This commit is contained in:
mpa 2013-11-19 11:57:09 +00:00
parent 38b7a09f60
commit a08c213e66

View File

@ -25,7 +25,7 @@ salome.salome_init()
\n the old mode (from dump): \n the old mode (from dump):
\code \code
import smesh, SMESH, SALOMEDS import smesh, SMESH, SALOMEDS
smesh.SetCurrentStudy(theStudy) smesh.SetCurrentStudy(salome.myStudy)
\endcode \endcode
\n the new mode: \n the new mode:
\code \code
@ -98,7 +98,7 @@ is replaced by:
from salome.StdMeshers import StdMeshersBuilder from salome.StdMeshers import StdMeshersBuilder
from salome.NETGENPlugin import NETGENPluginBuilder from salome.NETGENPlugin import NETGENPluginBuilder
from salome.BLSURFPlugin import BLSURFPluginBuilder from salome.BLSURFPlugin import BLSURFPluginBuilder
from salomeGHS3DPlugin .import GHS3DPluginBuilder from salome.GHS3DPlugin import GHS3DPluginBuilder
from salome.HexoticPLUGIN import HexoticPLUGINBuilder from salome.HexoticPLUGIN import HexoticPLUGINBuilder
\endcode \endcode