Salome HOME
Update copyrights
[samples/datafiles.git] / Yacs / Schemas / fschema.xml
index a19c8a9bde0f29f022e4759a85c1bffe2dc0fdf5..fc7fc4a9600504b04bd83a6b21e89ae9234bb68b 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
@@ -27,7 +27,7 @@
     <inline name="node1" >
         <function name="f">
             <code>def f(p1):</code>
-            <code>  print p1;p1=2*p1 </code>
+            <code>  print(p1);p1=2*p1 </code>
             <code>  return p1 </code>
         </function>
         <inport name="p1" type="string"/>