Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexBiCylinderShape.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 770d487..6cc81cc
@@ -1,7 +1,7 @@
 //
 // CC++ : Interface Cascade de la classe Elements
 //
-// 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
@@ -120,10 +120,10 @@ int BiCylinderShape::anaVertex (Vertex* node, int* tline, double* tpara)
        {
        EdgeShape* line  = bi_shape->getEdgeShape (nl);
        double     param = line->getParam (point);
-       if (db) cout << " ... getParam " << node->getName()
-                    << ", point=(" << point[0] << ", " << point[1]
-                    << ", " << point[2]
-                    << "), nl=" << nl << ", param=" << param << endl;
+       if (db) std::cout << " ... getParam " << node->getName()
+                        << ", point=(" << point[0] << ", " << point[1]
+                        << ", " << point[2]
+                        << "), nl=" << nl << ", param=" << param << std::endl;
        if (param>=0)
           {
           if (nbsol>=2)