From 544fdbbac540be8c5063972a7effe47f79423437 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 14 May 2015 15:40:11 +0300 Subject: [PATCH] 0023048: [CEA 1474] Performance regression on MakeGlueEdges - Small correction to previous commit to provide backward compatibility with OCCT 6.8.0. --- src/GEOMAlgo/GEOMAlgo_AlgoTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMAlgo/GEOMAlgo_AlgoTools.cxx b/src/GEOMAlgo/GEOMAlgo_AlgoTools.cxx index 3505101d4..ae08f5480 100644 --- a/src/GEOMAlgo/GEOMAlgo_AlgoTools.cxx +++ b/src/GEOMAlgo/GEOMAlgo_AlgoTools.cxx @@ -222,7 +222,7 @@ Standard_Integer GEOMAlgo_AlgoTools::BuildPCurveForEdgeOnFace return iRet; } // -#if OCC_VERSION_LARGE > 0x06070100 +#if OCC_VERSION_LARGE > 0x06080000 // Try to copy PCurve from old edge to the new one. iRet = BOPTools_AlgoTools2D::AttachExistingPCurve(aEold, aEnew, aF, aCtx); -- 2.39.2