]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix hang up on unit tests
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Sun, 17 May 2020 11:07:57 +0000 (14:07 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Sun, 17 May 2020 11:07:57 +0000 (14:07 +0300)
src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp

index 4ab108ec722757dda7ec8ff2d72ff6935fdc73de..cf8706cac042826d0420bf069f56dd503e0eea14 100644 (file)
@@ -289,7 +289,7 @@ bool FeaturesPlugin_CompositeBoolean::makeBoolean(const ListOfShape& theTools,
         {
           GeomShapePtr aSolidInCompSolid = aCompSolidIt.current();
           ListOfShape::iterator aUseIt = aUsedShapes.begin();
-          for(; aUseIt != aUsedShapes.end(); anIt++) {
+          for(; aUseIt != aUsedShapes.end(); aUseIt++) {
             if(aSolidInCompSolid->isEqual(*aUseIt)) {
               break;
             }