Mercurial > hg > libxtract
comparison src/libxtract.c @ 259:d383a8c66b5d
Remove unmaintainable relative paths
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 07 Nov 2014 16:11:42 +0000 |
parents | 8c768f32a6a8 |
children |
comparison
equal
deleted
inserted
replaced
258:9fecd1eaaec1 | 259:d383a8c66b5d |
---|---|
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
20 * IN THE SOFTWARE. | 20 * IN THE SOFTWARE. |
21 * | 21 * |
22 */ | 22 */ |
23 | 23 |
24 #include "../xtract/libxtract.h" | 24 #include "xtract/libxtract.h" |
25 #define XTRACT_H | 25 #define XTRACT_H |
26 | 26 |
27 int(*xtract[])(const double *, const int, const void *, double *) = | 27 int(*xtract[])(const double *, const int, const void *, double *) = |
28 { | 28 { |
29 /* xtract_scalar.h */ | 29 /* xtract_scalar.h */ |