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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user