Salome HOME
Porting to ParaView-5.8
[modules/hexablock.git] / src / HEXABLOCK / HexDocument.cxx
index 16e1ae67fd20767463b9c25b824747d7aad5a676..b7ce32e6e5cbd04108b25c5dbd1738f008e1f98c 100644 (file)
@@ -726,9 +726,9 @@ int Document::mergeVertices (Vertex* vpar, Vertex* vold)
            }
        }
 
-   cout << " +++ Intersection : veq = "   << rep_vertex.size() 
-        << " " << rep_edge.size() <<  " " << rep_quad.size()
-        << endl;
+   std::cout << " +++ Intersection : veq = "   << rep_vertex.size() 
+            << " " << rep_edge.size() <<  " " << rep_quad.size()
+            << std::endl;
 
    for (itq=rep_quad.begin(); itq!=rep_quad.end() ; ++itq)
       {