1
0
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:
abv
2015-02-06 06:34:42 +03:00
committed by bugmaster
parent a41fbc10b9
commit 2fe4f8f37b
3 changed files with 9 additions and 9 deletions

View File

@@ -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);
}