comparison src/scalar.c @ 163:5c20a9a34f0c

Reinstate path fix
author Jamie Bullock <jamie@jamiebullock.com>
date Fri, 31 May 2013 23:01:59 +0100
parents 246c203cc733
children b88a28c37218
comparison
equal deleted inserted replaced
162:39d168ee5917 163:5c20a9a34f0c
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <math.h> 29 #include <math.h>
30 30
31 #include "dywapitchtrack/dywapitchtrack.h" 31 #include "dywapitchtrack/dywapitchtrack.h"
32 32
33 #include "xtract/libxtract.h" 33 #include "../xtract/libxtract.h"
34 #include "xtract/xtract_helper.h" 34 #include "../xtract/xtract_helper.h"
35 #include "xtract_macros_private.h" 35 #include "xtract_macros_private.h"
36 #include "xtract_globals_private.h" 36 #include "xtract_globals_private.h"
37 37
38 int xtract_mean(const double *data, const int N, const void *argv, double *result) 38 int xtract_mean(const double *data, const int N, const void *argv, double *result)
39 { 39 {