diff --git a/Src/GroupTree/FGroupSeqAlgorithm.hpp b/Src/GroupTree/FGroupSeqAlgorithm.hpp index ee82f502a80ef906784ac23f979721b086e9bed7..826bb708f3733fc7a85f0a4a4d0a4dd214f6effc 100644 --- a/Src/GroupTree/FGroupSeqAlgorithm.hpp +++ b/Src/GroupTree/FGroupSeqAlgorithm.hpp @@ -122,6 +122,8 @@ protected: ++iterCells; } + FAssertLF(iterCells == endCells); + FAssertLF((iterChildCells == endChildCells || (++iterChildCells) == endChildCells)); FAssertLF(iterCells == endCells && (iterChildCells == endChildCells || (++iterChildCells) == endChildCells)); } FLOG( FLog::Controller << "\t\t upwardPass in " << timer.tacAndElapsed() << "s\n" );