Salome HOME
Fix compilation errors (OCCT-7.4.0)
[modules/hexablock.git] / src / HEXABLOCK / HexBiCylinderShape.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 82c9ba6..1a9fa57
@@ -1,12 +1,12 @@
 //
 // CC++ : Interface Cascade de la classe Elements
 //
-// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2009-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
 // 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
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/
-// or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-//--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
 
 #include "HexBiCylinderShape.hxx"
 
@@ -122,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)