From 24f2b43e28e755423cc0c319aafcf74e7db5b61b Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Thu, 27 Dec 2007 17:51:07 +0000 Subject: - Added extra argument to xtract_spectrum to give the option of normalising the magnitude/power coeffificients - Removed duplicate code block (argc assignment) from descriptors.c - Added some extra documentation to libxtract.h --- src/delta.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/delta.c') diff --git a/src/delta.c b/src/delta.c index f1a5ee0..6ca3794 100644 --- a/src/delta.c +++ b/src/delta.c @@ -24,6 +24,7 @@ int xtract_flux(const float *data, const int N, const void *argv , float *result){ + return XTRACT_FEATURE_NOT_IMPLEMENTED; } -- cgit v1.2.3