aboutsummaryrefslogtreecommitdiff
path: root/test_pffft.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_pffft.c')
-rwxr-xr-x[-rw-r--r--]test_pffft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_pffft.c b/test_pffft.c
index a7388f7..f2c1ef3 100644..100755
--- a/test_pffft.c
+++ b/test_pffft.c
@@ -262,7 +262,7 @@ void benchmark_ffts(int N, int cplx) {
free(wrk);
flops = (max_iter_*2) * ((cplx ? 5 : 2.5)*N*log((double)N)/M_LN2); // see http://www.fftw.org/speed/method.html
- show_output("FFTPack", N, cplx, flops, t0, t1, max_iter);
+ show_output("FFTPack", N, cplx, flops, t0, t1, max_iter_);
}
#ifdef HAVE_VECLIB