X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexVertex.cxx;h=9e02d2aea35c2f4c44211be4427a4039e0951f0b;hb=3f0da1343da624b30d102d2354447614e82ebad8;hp=5343c458d632c1d739c18d038d15bbeed7d377ba;hpb=f217f35c65d728b6c15238a35af284fc73386534;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexVertex.cxx b/src/HEXABLOCK/HexVertex.cxx index 5343c45..9e02d2a 100644 --- a/src/HEXABLOCK/HexVertex.cxx +++ b/src/HEXABLOCK/HexVertex.cxx @@ -133,9 +133,9 @@ int Vertex::setAssociation (VertexShape* forme) forme->getCoords (gc_x, gc_y, gc_z); v_shape = forme; - if (db) cout << " Vertex " << el_name - << " setAssociation-> " << forme->getName () - << " = (" << gc_x << ", " << gc_y << ", " << gc_z << ") \n" ; + if (db) std::cout << " Vertex " << el_name + << " setAssociation-> " << forme->getName () + << " = (" << gc_x << ", " << gc_y << ", " << gc_z << ") \n" ; is_associated = true; return HOK;