Mercurial > hg > libxtract
comparison src/scalar.c @ 259:d383a8c66b5d
Remove unmaintainable relative paths
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 07 Nov 2014 16:11:42 +0000 |
parents | 8fc9a0462c6e |
children | f60b0c431f3f |
comparison
equal
deleted
inserted
replaced
258:9fecd1eaaec1 | 259:d383a8c66b5d |
---|---|
34 #include <float.h> /* on Linux DBL_MAX is in float.h */ | 34 #include <float.h> /* on Linux DBL_MAX is in float.h */ |
35 #endif | 35 #endif |
36 | 36 |
37 #include "dywapitchtrack/dywapitchtrack.h" | 37 #include "dywapitchtrack/dywapitchtrack.h" |
38 | 38 |
39 #include "../xtract/libxtract.h" | 39 #include "xtract/libxtract.h" |
40 #include "../xtract/xtract_helper.h" | 40 #include "xtract/xtract_helper.h" |
41 #include "xtract_macros_private.h" | 41 #include "xtract_macros_private.h" |
42 #include "xtract_globals_private.h" | 42 #include "xtract_globals_private.h" |
43 | 43 |
44 int xtract_mean(const double *data, const int N, const void *argv, double *result) | 44 int xtract_mean(const double *data, const int N, const void *argv, double *result) |
45 { | 45 { |