aboutsummaryrefslogtreecommitdiff
path: root/src/delta.c
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-07 16:11:42 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-07 16:11:42 +0000
commit920219c77cd9d7d34ec1bfceb0511eb33402483b (patch)
treec794fb3629d032033b1f70229e95517f0aaa2077 /src/delta.c
parent8a49f7c3a38fb3f50491dfe962b981e17c9716f4 (diff)
downloadLibXtract-920219c77cd9d7d34ec1bfceb0511eb33402483b.tar.gz
LibXtract-920219c77cd9d7d34ec1bfceb0511eb33402483b.tar.bz2
LibXtract-920219c77cd9d7d34ec1bfceb0511eb33402483b.zip
Remove unmaintainable relative paths
Diffstat (limited to 'src/delta.c')
-rw-r--r--src/delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/delta.c b/src/delta.c
index c09c11a..1d6f8e9 100644
--- a/src/delta.c
+++ b/src/delta.c
@@ -24,7 +24,7 @@
/* xtract_delta.c: defines functions that extract a feature as a single value from more than one input vector */
#include <math.h>
-#include "../xtract/libxtract.h"
+#include "xtract/libxtract.h"
int xtract_flux(const double *data, const int N, const void *argv , double *result)
{