diff --git a/lib/FFT.h b/lib/FFT.h index 17c8a309..b25e8198 100644 --- a/lib/FFT.h +++ b/lib/FFT.h @@ -198,7 +198,7 @@ namespace Grid { double add,mul,fma; FFTW::fftw_flops(p,&add,&mul,&fma); flops_call = add+mul+2.0*fma; - std::cout << "FFT Flops per call "<