1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0026365: Optimization of work of OSD_Parallel class members for GeomLib_CheckCurveOnSurface

Removed workaround within GeomLib_CheckCurveOnSurface.
This commit is contained in:
kgv
2019-01-10 16:35:25 +03:00
committed by bugmaster
parent 793d165af6
commit 3738565abb
8 changed files with 20 additions and 25 deletions

View File

@@ -649,7 +649,7 @@ Standard_Integer bopcurves (Draw_Interpretor& di,
aFF.SetList(aListOfPnts);
aFF.SetFuzzyValue (BOPTest_Objects::FuzzyValue());
//
aFF.Perform (aF1, aF2);
aFF.Perform (aF1, aF2, BOPTest_Objects::RunParallel());
//
anIsDone=aFF.IsDone();
if (!anIsDone) {