Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexWitness.cxx
index bd1c8dca35a73eac59ab40596d24e98d92cd54ed..370d557536bd22dcb74829ddfa91e9b197e12363 100644 (file)
@@ -1,12 +1,12 @@
 
 // C++ : Dump python
 
-// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -98,12 +98,12 @@ void Witness::printMessage ()
    if (nbre ==0)
        return;
 
-   cout << endl 
-        << " ... In function :" << endl;
-   cout << bla_bla [0] << endl << endl;
+   std::cout << std::endl 
+        << " ... In function :" << std::endl;
+   std::cout << bla_bla [0] << std::endl << std::endl;
    for (int nro=1 ; nro<nbre ; nro++)
-       cout << bla_bla [nro] << endl;
-   cout << endl;
+       std::cout << bla_bla [nro] << std::endl;
+   std::cout << std::endl;
 }
 // =================================================== getMessage
 TabText& Witness::getMessage ()