aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/fftsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/fftsp.c')
-rw-r--r--test/c/fftsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/c/fftsp.c b/test/c/fftsp.c
index 316ef714..2dcd4ad2 100644
--- a/test/c/fftsp.c
+++ b/test/c/fftsp.c
@@ -153,7 +153,7 @@ int main(int argc, char ** argv)
float enp, t, y, z, zr, zi, zm, a;
float * xr, * xi, * pxr, * pxi;
- if (argc >= 2) n = atoi(argv[1]); else n = 6;
+ if (argc >= 2) n = atoi(argv[1]); else n = 3;
np = 1 << n;
enp = np;
npm = np / 2 - 1;