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