From c277634b13117e721e43f34a09cafb93c725fa3f Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 9 Jan 2013 12:45:29 +0000 Subject: switched from single to double precision througout. closes #9 --- src/libxtract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libxtract.c') diff --git a/src/libxtract.c b/src/libxtract.c index 43a7d16..3bc744e 100644 --- a/src/libxtract.c +++ b/src/libxtract.c @@ -24,7 +24,7 @@ #include "xtract/libxtract.h" #define XTRACT_H -int(*xtract[])(const float *, const int, const void *, float *) = +int(*xtract[])(const double *, const int, const void *, double *) = { /* xtract_scalar.h */ xtract_mean, -- cgit v1.2.3