Salome HOME
Refs #289 - Spline profile is represented in OCC view as polyline profile
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineXY.cxx
index 226cf65ec0d1e804b3fa0a048fc5900c16135626..f55f42b8ce6ab679873e44bc921122f8a8d4d62f 100755 (executable)
@@ -338,7 +338,7 @@ TopoDS_Wire HYDROData_PolylineXY::BuildWire( const SectionType&
       aMakeWire.Add( aPnt );
     }
     if( theIsClosed )
-      aMakeWire.Close();//.Add( thePoints.Value( 1 ) );
+      aMakeWire.Close();
 
     if ( aMakeWire.IsDone() )
       aWire = aMakeWire.Wire();