diff --git a/include/GroupTree/Core/FGroupSeqAlgorithm.hpp b/include/GroupTree/Core/FGroupSeqAlgorithm.hpp index 0f500ac87988e94f123e18ab1893fe19821b63b1..1bd32cf11cf2da9fce73d48465854950cbd7f446 100644 --- a/include/GroupTree/Core/FGroupSeqAlgorithm.hpp +++ b/include/GroupTree/Core/FGroupSeqAlgorithm.hpp @@ -360,6 +360,7 @@ protected: void directPass(const bool p2pEnabled, const bool l2pEnabled){ FLOG( FTic timer; ); if(l2pEnabled){ + FLOG( FTic timerL2P; ); typename OctreeClass::ParticleGroupIterator iterParticles = tree->leavesBegin(); const typename OctreeClass::ParticleGroupIterator endParticles = tree->leavesEnd(); @@ -383,6 +384,7 @@ protected: } FAssertLF(iterParticles == endParticles && iterCells == endCells); + FLOG( FLog::Controller << "\t\t L2PPass in " << timerL2P.tacAndElapsed() << "s\n" ); } if(p2pEnabled){ typename OctreeClass::ParticleGroupIterator iterParticles = tree->leavesBegin();