From 744691097f303f1d21fd7046376caa207e453e2d Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 24 Aug 2016 15:05:56 +0100 Subject: [PATCH] Printing --- lib/FFT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "<