From f7693b3d897b90fd3bc2533be002dc0bdcd9f6c2 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 6 Oct 2012 15:46:47 +0000 Subject: Merge of branch seq-and-or. See Changelog for details. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2059 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/c/spectral.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/c') diff --git a/test/c/spectral.c b/test/c/spectral.c index 68579d9..29499fd 100644 --- a/test/c/spectral.c +++ b/test/c/spectral.c @@ -10,7 +10,7 @@ #include #include -double eval_A(int i, int j) { return 1.0/((i+j)*(i+j+1)/2+i+1); } +inline double eval_A(int i, int j) { return 1.0/((i+j)*(i+j+1)/2+i+1); } void eval_A_times_u(int N, const double u[], double Au[]) { -- cgit v1.2.3