aboutsummaryrefslogtreecommitdiff
path: root/src/delta.c
diff options
context:
space:
mode:
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)
{