From 2ec5b3fb2ccb0120be641e077089f3da5e53d8a3 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 17 Sep 2006 12:04:56 +0000 Subject: Davantage de tests git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@104 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/c/fft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/c/fft.c') diff --git a/test/c/fft.c b/test/c/fft.c index 1ab7b15a..aec283ab 100644 --- a/test/c/fft.c +++ b/test/c/fft.c @@ -151,7 +151,7 @@ int main(int argc, char ** argv) double enp, t, y, z, zr, zi, zm, a; double * pxr, * pxi; - if (argc >= 2) n = atoi(argv[1]); else n = 12; + if (argc >= 2) n = atoi(argv[1]); else n = 16; np = 1 << n; enp = np; npm = np / 2 - 1; -- cgit