From: jfa Date: Tue, 22 Mar 2005 09:24:45 +0000 (+0000) Subject: PAL8395: Fix pb. with bug2extraEdges.py X-Git-Tag: V2_2_2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec010dda287c6296a6020e06cd128bce7f0baba9;p=modules%2Fgeom.git PAL8395: Fix pb. with bug2extraEdges.py --- diff --git a/src/GEOMAlgo/BlockFix.cxx b/src/GEOMAlgo/BlockFix.cxx index be4d48f62..3059b8fc5 100644 --- a/src/GEOMAlgo/BlockFix.cxx +++ b/src/GEOMAlgo/BlockFix.cxx @@ -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) {