Salome HOME
Deleted deprecated code
[modules/yacs.git] / src / yacsloader / samples / sinline4.xml
index 63e12e9fcd3b8528cd9c6b2f9af1bf63dcc4b724..aa30bb781fae81dc5bea005097f4bd3ff54fdf79 100644 (file)
@@ -55,7 +55,7 @@
         <code>  param['hostname']=machine</code>
         <code>  param['container_name']=container</code>
         <code>  compo=salome.lcc.LoadComponent(param, "HELLO")</code>
-        <code>  print compo.hello(salome.myStudy, p1)</code>
+        <code>  print compo.hello(p1)</code>
         <code>  print p1</code>
       </function>
       <load container="A"/>
@@ -91,7 +91,7 @@
         <code>  param['hostname']=machine</code>
         <code>  param['container_name']=container</code>
         <code>  compo=salome.lcc.LoadComponent(param, "HELLO")</code>
-        <code>  print compo.hello(salome.myStudy, p1)</code>
+        <code>  print compo.hello(p1)</code>
         <code>  print p1</code>
       </function>
       <inport name="p1" type="string"/>