Salome HOME
0023169: [CEA 1594] Fuse fail
[modules/geom.git] / src / GEOMImpl / GEOMImpl_BooleanDriver.cxx
index 4d6a72f2abb8358fbea33ded131924e70bf312ed..54ab687215c0f6cc3dde0e0bcc0bf57dfad2699a 100644 (file)
@@ -82,7 +82,7 @@ static TopoDS_Shape RemoveExtraEdges(const TopoDS_Shape &theShape)
     else {
       TopoDS_Shape aFixed;
       ShHealOper_ShapeProcess aHealer;
-      aHealer.Perform(aResult, aFixed);
+      aHealer.Perform(aShape, aFixed);
       if (aHealer.isDone() && GEOMUtils::CheckShape(aFixed))
         aResult = aFixed;
     }