comparison src/delta.c @ 259:d383a8c66b5d

Remove unmaintainable relative paths
author Jamie Bullock <jamie@jamiebullock.com>
date Fri, 07 Nov 2014 16:11:42 +0000
parents b015187746fa
children
comparison
equal deleted inserted replaced
258:9fecd1eaaec1 259:d383a8c66b5d
22 */ 22 */
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 #include "../xtract/libxtract.h" 27 #include "xtract/libxtract.h"
28 28
29 int xtract_flux(const double *data, const int N, const void *argv , double *result) 29 int xtract_flux(const double *data, const int N, const void *argv , double *result)
30 { 30 {
31 31
32 /* FIX: don't be lazy -- take the lnorm of the difference vector! */ 32 /* FIX: don't be lazy -- take the lnorm of the difference vector! */