X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_ShapesTool.cxx;h=51867ce64d9ac94b8467968458b9c6ea31e1d992;hb=f86cf7ecf17dbae2a1d84e0ebbab07c732208c2f;hp=c37bcb7077f68ba77c221cf2c71a5474784a4bd9;hpb=e744ba34fd38d6744d11b54cd15b6f86350695b2;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_ShapesTool.cxx b/src/HYDROData/HYDROData_ShapesTool.cxx index c37bcb70..51867ce6 100644 --- a/src/HYDROData/HYDROData_ShapesTool.cxx +++ b/src/HYDROData/HYDROData_ShapesTool.cxx @@ -192,6 +192,6 @@ void HYDROData_ShapesTool::DumpSequenceOfShapes( std::ostream& for ( int i = 1, n = theShapes.Length(); i <= n; ++i ) { const TopoDS_Shape& aShape = theShapes.Value( i ); - theStream << "Shape " << i << " : " << aShape.TShape() << "\n"; + theStream << "Shape " << i << " : " << 0 /*aShape.TShape()*/ << "\n"; } -} \ No newline at end of file +}