Salome HOME
temporary fix to allow compliation, gcc 4.8, not used ?
authorPaul RASCLE <paul.rascle@edf.fr>
Wed, 1 Feb 2017 13:29:43 +0000 (14:29 +0100)
committerPaul RASCLE <paul.rascle@edf.fr>
Wed, 1 Feb 2017 13:29:43 +0000 (14:29 +0100)
src/HYDROData/HYDROData_ShapesTool.cxx

index c37bcb7077f68ba77c221cf2c71a5474784a4bd9..51867ce64d9ac94b8467968458b9c6ea31e1d992 100644 (file)
@@ -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
+}