]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
PAL8395: Fix pb. with bug2extraEdges.py
authorjfa <jfa@opencascade.com>
Tue, 22 Mar 2005 09:24:45 +0000 (09:24 +0000)
committerjfa <jfa@opencascade.com>
Tue, 22 Mar 2005 09:24:45 +0000 (09:24 +0000)
src/GEOMAlgo/BlockFix.cxx

index be4d48f62daa93dae76ed6d243cc1dc906d5d58b..3059b8fc588114cd35688b821e0e6b2d6a53be6c 100644 (file)
@@ -92,7 +92,7 @@ static void FixResult(const TopoDS_Shape& result,
           }
         }
         
-        isDone |= sfw->FixLacking();
+        //isDone |= sfw->FixLacking(); // commented by skl 22.03.2005 (PAL8395)
         
         // remove neighbour seam edges 
         if(isDone) {