mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Fix compiler warning and adjust test cases for integration to master
This commit is contained in:
@@ -299,7 +299,7 @@ public:
|
||||
{
|
||||
//
|
||||
BOPAlgo_WireSplitterFunctor aWSF(aF, aVCB);
|
||||
Standard_Size aNbVCB = aVCB.Extent();
|
||||
Standard_Integer aNbVCB = aVCB.Extent();
|
||||
//
|
||||
OSD_Parallel::For(0, aNbVCB, aWSF, !bRunParallel);
|
||||
}
|
||||
|
Reference in New Issue
Block a user