]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0023048: [CEA 1474] Performance regression on MakeGlueEdges
authorvsr <vsr@opencascade.com>
Thu, 14 May 2015 12:40:11 +0000 (15:40 +0300)
committervsr <vsr@opencascade.com>
Thu, 14 May 2015 12:40:11 +0000 (15:40 +0300)
- Small correction to previous commit to provide backward compatibility with OCCT 6.8.0.

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);