0023048: [CEA 1474] Performance regression on MakeGlueEdges

- Small correction to previous commit to provide backward compatibility with OCCT 6.8.0.
This commit is contained in:
vsr 2015-05-14 15:40:11 +03:00
parent 0f279d3285
commit 544fdbbac5

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