diff --git a/Src/Core/FFmmAlgorithmThread.hpp b/Src/Core/FFmmAlgorithmThread.hpp index 552f33a105aaff351ceed09ada039e79d398a091..d8118067b45186fd2bb7102c8cede999576a9d29 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" );