From: Paul RASCLE Date: Wed, 1 Feb 2017 13:29:43 +0000 (+0100) Subject: temporary fix to allow compliation, gcc 4.8, not used ? X-Git-Tag: Salome_8_3_Hydro_1_1rc1~60 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6bcda532ec67940d5c53e70df3b7912a09208c1c;p=modules%2Fhydro.git temporary fix to allow compliation, gcc 4.8, not used ? --- 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 +}