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