X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexBiCylinderShape.cxx;h=1a9fa57c2774b19f2af3947ac1f467ba71a58ff3;hb=3f0da1343da624b30d102d2354447614e82ebad8;hp=af47ec4c5ad55cdb49d6ebb6c809e0d44c924ae5;hpb=f217f35c65d728b6c15238a35af284fc73386534;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexBiCylinderShape.cxx b/src/HEXABLOCK/HexBiCylinderShape.cxx index af47ec4..1a9fa57 100644 --- a/src/HEXABLOCK/HexBiCylinderShape.cxx +++ b/src/HEXABLOCK/HexBiCylinderShape.cxx @@ -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)