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

0028815: Visualization, StdPrs_WFShape - fix misprint in condition

This commit is contained in:
kgv
2017-06-06 10:27:55 +03:00
committed by bugmaster
parent bdb1e2f7af
commit 5e3047fd4a
2 changed files with 18 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ void StdPrs_WFShape::Add (const Handle(Prs3d_Presentation)& thePresentation,
}
StdPrs_WFShape_IsoFunctor anIsoFunctor (*aUPolylinesPtr, *aVPolylinesPtr, aFaces, theDrawer, aShapeDeflection);
OSD_Parallel::For (0, aNbFaces - 1, anIsoFunctor, aNbFaces < 2);
OSD_Parallel::For (0, aNbFaces, anIsoFunctor, aNbFaces < 2);
}
}