From 6efcb823010c21d91be5f50fbb13ce10f19713e4 Mon Sep 17 00:00:00 2001 From: bramas <berenger.bramas@inria.fr> Date: Mon, 15 Sep 2014 18:07:42 +0200 Subject: [PATCH] Continue to debug group tree --- Src/GroupTree/FGroupSeqAlgorithm.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Src/GroupTree/FGroupSeqAlgorithm.hpp b/Src/GroupTree/FGroupSeqAlgorithm.hpp index ee82f502a..826bb708f 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" ); -- GitLab