Salome HOME
Fix compilation errors (OCCT-7.4.0)
[modules/hexablock.git] / src / HEXABLOCK / HexBiCylinderShape.cxx
index af47ec4c5ad55cdb49d6ebb6c809e0d44c924ae5..1a9fa57c2774b19f2af3947ac1f467ba71a58ff3 100644 (file)
@@ -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)