summaryrefslogtreecommitdiff
path: root/fourier.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-15 03:21:45 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-15 03:21:45 +0000
commiteaf59c0a4f701b19168a34f0c0cb823f59fe1cc6 (patch)
tree58d9e4e91ba49f74c159ff9436cba81e194156a5 /fourier.c
parent04741fb6181f8cc1ebc6f527d8d22840d019eb7b (diff)
Remove inline keyword since functions are being called from a pointer
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@54 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'fourier.c')
-rw-r--r--fourier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fourier.c b/fourier.c
index a4505e0..1c80b40 100644
--- a/fourier.c
+++ b/fourier.c
@@ -241,7 +241,7 @@ switch(select)
return(0.0);
}
-inline double
+double
getFourierScore(void)
{
return results;