Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexAssoEdge.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 345b6ad..c13d2aa
@@ -1,7 +1,7 @@
 //
 // C++ : Implementation des associations d'edges
 //
-// Copyright (C) 2009-2016  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
@@ -28,6 +28,8 @@
 
 #include <GCPnts_AbscissaPoint.hxx>
 
+#include <algorithm>
+
 BEGIN_NAMESPACE_HEXA
 
 // static bool db = on_debug ();
@@ -121,8 +123,8 @@ void AssoEdge::setEnd (double param)
 // ========================================================= dump
 void AssoEdge::dump ()
 {
-   cout << " AssoEddge = " << arc_line->getName()
-        << " (" << arc_para1 << ", " << arc_para2 << ")" << endl;
+  std::cout << " AssoEddge = " << arc_line->getName()
+           << " (" << arc_para1 << ", " << arc_para2 << ")" << std::endl;
 
    PutCoord (arc_start);
    PutCoord (arc_end);