From: vsr Date: Thu, 14 May 2015 12:40:11 +0000 (+0300) Subject: 0023048: [CEA 1474] Performance regression on MakeGlueEdges X-Git-Tag: V7_6_0rc1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=544fdbbac540be8c5063972a7effe47f79423437;p=modules%2Fgeom.git 0023048: [CEA 1474] Performance regression on MakeGlueEdges - Small correction to previous commit to provide backward compatibility with OCCT 6.8.0. --- 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);