Salome HOME
Deleted Study parameter
[modules/homard.git] / doc / en / tutorials.rst
index a4bc7edb0e4e04103cac170ccf02714e86169b96..587a893d899974d261be7f39713a4ca355c57cd7 100644 (file)
@@ -16,7 +16,6 @@ The loading of the module HOMARD is done in a way similar to the other modules.
 
   import HOMARD
   homard = salome.lcc.FindOrLoadComponent('FactoryServer','HOMARD')
-  homard.SetStudy(salome.myStudy)
 
 To use the module HOMARD within a distributed scheme YACS, the loading is made as follows:
 
@@ -25,7 +24,6 @@ To use the module HOMARD within a distributed scheme YACS, the loading is made a
   import HOMARD
   my_container.load_component_Library('HOMARD')
   homard = my_container.create_component_instance('HOMARD',0)
-  homard.SetStudy(salome.myStudy)
 
 Uniform refinement
 ******************