From 6c1ac0fb3115da076288afcc3f522f924e4ea157 Mon Sep 17 00:00:00 2001 From: skv Date: Mon, 12 Oct 2015 17:51:55 +0300 Subject: [PATCH] 0023169: [CEA 1594] Fuse fail --- src/GEOMImpl/GEOMImpl_BooleanDriver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx b/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx index 4d6a72f2a..54ab68721 100644 --- a/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_BooleanDriver.cxx @@ -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; } -- 2.39.2