Salome HOME
WIP
[modules/yacs.git] / src / yacsloader / samples / integer1.xml
index 60702666b9976fc41aab58c1ea5dc613af5d6f7f..1993d7f0f69dee69e9d40a167e9c2ed92af61a3a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  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
 
     <inline name="pyth5" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="intvec"/>
       <outport name="p1" type="intvec"/>
 
     <inline name="pyth6" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="intvec"/>
       <outport name="p1" type="intvec"/>