Salome HOME
Go on
[modules/yacs.git] / src / yacsloader / samples / optimizer_sync_cpp.xml
index 09dbcaad93c3f466f4df66951ee3b388aefcc2b5..ff11c178ae6906a36357bfbbd398799e5489b5f0 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='iso-8859-1' ?>
 <!--
-  Copyright (C) 2006-2015  CEA/DEN, EDF R&D
+  Copyright (C) 2006-2019  CEA/DEN, EDF R&D
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -20,7 +20,6 @@
 
 -->
 <proc name="newSchema_1">
-   <property name="DefaultStudyID" value="1"/>
    <type name="string" kind="string"/>
    <struct name="Engines/dataref">
       <member name="ref" type="string"/>
@@ -50,7 +49,7 @@
    <optimizer name="OptimizerLoop1" nbranch="1" lib="libTestOptLoop" entry="createOptimizerAlgSyncExample">
       <inline name="PyScript7">
          <script><code><![CDATA[o9 = int(i8)
-print "traitement:", i8
+print("traitement:", i8)
 ]]></code></script>
          <load container="DefaultContainer"/>
          <inport name="i8" type="double"/>