Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexWitness.cxx
index 1b1430b8c0dd353e7d683048fbdf437e11a2fc51..370d557536bd22dcb74829ddfa91e9b197e12363 100644 (file)
@@ -1,7 +1,7 @@
 
 // C++ : Dump python
 
-// Copyright (C) 2009-2014  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
@@ -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 ()