Salome HOME
debug of Group Definition p.2
[modules/hydro.git] / src / HYDROData / HYDROData_ShapesTool.cxx
index 51867ce64d9ac94b8467968458b9c6ea31e1d992..d8779030ed3e56ad0c92910ffcd7dcea5a65739b 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 << " : " << 0 /*aShape.TShape()*/ << "\n";
+    theStream << "Shape " << i << " : " << aShape.TShape().get() << "\n";
   }
 }