Salome HOME
0023048: [CEA 1474] Performance regression on MakeGlueEdges
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_AlgoTools.cxx
index 3505101d41a07de78cc5de04f6a7adbeccedded6..ae08f548096f10753bdd680a15640f4584faa20e 100644 (file)
@@ -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);