From 487253de81b149b2be9c47f0e2d012dec967449b Mon Sep 17 00:00:00 2001 From: Pierre Blanchard Date: Tue, 2 Sep 2014 10:02:52 +0200 Subject: [PATCH] Fixed M2L timer in FMAlgoThread. --- Src/Core/FFmmAlgorithmThread.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Src/Core/FFmmAlgorithmThread.hpp b/Src/Core/FFmmAlgorithmThread.hpp index 552f33a1..d8118067 100755 --- a/Src/Core/FFmmAlgorithmThread.hpp +++ b/Src/Core/FFmmAlgorithmThread.hpp @@ -254,9 +254,7 @@ private: if(counter) myThreadkernels->M2L( iterArray[idxCell].getCurrentCell() , neighbors, counter, idxLevel); } - FLOG(computationCounter.tic()); myThreadkernels->finishedLevelM2L(idxLevel); - FLOG(computationCounter.tac()); } FLOG(computationCounter.tac()); FLOG( FLog::Controller << "\t\t>> Level " << idxLevel << " = " << counterTimeLevel.tacAndElapsed() << "s\n" ); -- GitLab