Salome HOME
Mantis issues 0021435 and 0021456: Cancel the fix because of regression.
authorjfa <jfa@opencascade.com>
Wed, 25 Jan 2012 10:11:31 +0000 (10:11 +0000)
committerjfa <jfa@opencascade.com>
Wed, 25 Jan 2012 10:11:31 +0000 (10:11 +0000)
src/GEOMImpl/GEOMImpl_ShapeDriver.cxx

index abf7f91e6adb2926175f77f7192069ea0ea57124..f538cd337d500e7cfe5e8786f733bd7a1f5c28a1 100644 (file)
@@ -90,9 +90,9 @@
 #include <Standard_ConstructionError.hxx>
 
 //modified by NIZNHY-PKV Wed Dec 28 13:48:20 2011f
-static
-  void KeepEdgesOrder(const Handle(TopTools_HSequenceOfShape)& aEdges,
-                     const Handle(TopTools_HSequenceOfShape)& aWires);
+//static
+//  void KeepEdgesOrder(const Handle(TopTools_HSequenceOfShape)& aEdges,
+//                   const Handle(TopTools_HSequenceOfShape)& aWires);
 //modified by NIZNHY-PKV Wed Dec 28 13:48:23 2011t
 
 //=======================================================================
@@ -258,7 +258,7 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(TFunction_Logbook& log) const
     ShapeAnalysis_FreeBounds::ConnectEdgesToWires(aSeqEdgesIn, Precision::Confusion(),
                                                   /*shared*/Standard_False, aSeqWiresOut);
     //modified by NIZNHY-PKV Wed Dec 28 13:46:55 2011f
-    KeepEdgesOrder(aSeqEdgesIn, aSeqWiresOut);
+    //KeepEdgesOrder(aSeqEdgesIn, aSeqWiresOut);
     //modified by NIZNHY-PKV Wed Dec 28 13:46:59 2011t
 
     // 3. Separate closed wires
@@ -987,6 +987,7 @@ const Handle(GEOMImpl_ShapeDriver) Handle(GEOMImpl_ShapeDriver)::DownCast(const
 //function : KeepEdgesOrder
 //purpose  : 
 //=======================================================================
+/*
 void KeepEdgesOrder(const Handle(TopTools_HSequenceOfShape)& aEdges,
                    const Handle(TopTools_HSequenceOfShape)& aWires)
 {
@@ -1039,5 +1040,5 @@ void KeepEdgesOrder(const Handle(TopTools_HSequenceOfShape)& aEdges,
   //
   aWires->Remove(1, aNbWires);
 }
-
+*/
 //modified by NIZNHY-PKV Wed Dec 28 13:48:34 2011t