summaryrefslogtreecommitdiff
path: root/neural.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 /neural.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 'neural.c')
-rw-r--r--neural.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/neural.c b/neural.c
index f814dc6..c3fe5e5 100644
--- a/neural.c
+++ b/neural.c
@@ -782,7 +782,7 @@ fclose(infile);
return(0);
}
-inline double
+double
getNNETScore(void)
{
return results;