comparison src/delta.c @ 159:71870680f7c1

Provide relative include path for libxtract.h for compatibility with non-autotools builds
author Jamie Bullock <jamie@jamiebullock.com>
date Wed, 24 Apr 2013 15:10:51 +0100
parents baaa9d8b4d10
children b015187746fa
comparison
equal deleted inserted replaced
158:069b2f719dd4 159:71870680f7c1
23 23
24 /* xtract_delta.c: defines functions that extract a feature as a single value from more than one input vector */ 24 /* xtract_delta.c: defines functions that extract a feature as a single value from more than one input vector */
25 25
26 #include <math.h> 26 #include <math.h>
27 27
28 #include "xtract/libxtract.h" 28 #include "../xtract/libxtract.h"
29 29
30 int xtract_flux(const double *data, const int N, const void *argv , double *result) 30 int xtract_flux(const double *data, const int N, const void *argv , double *result)
31 { 31 {
32 32
33 /* FIX: don't be lazy -- take the lnorm of the difference vector! */ 33 /* FIX: don't be lazy -- take the lnorm of the difference vector! */