Salome HOME
Update copyrights
[samples/datafiles.git] / Yacs / Schemas / cpp1.xml
index c413800182fc861a7c3e07fb8742cf15f1db5321..b8272f55071d61e40a13510bfb3dd000cb501bd8 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2006-2014  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
@@ -63,7 +63,7 @@
 
     <inline name="pyth1" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="double"/>
       <outport name="p1" type="double"/>
 
     <inline name="pyth2" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="double"/>
       <outport name="p1" type="double"/>
     </inline>
     <inline name="pyth3" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="double"/>
       <outport name="p1" type="double"/>
     </inline>
     <inline name="pyth4" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="double"/>
       <outport name="p1" type="double"/>
     </foreach>
     <inline name="pyth5" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="dblevec"/>
       <outport name="p1" type="dblevec"/>