Mercurial > hg > libxtract
comparison src/init.c @ 162:39d168ee5917
Remove obsolete reference to xtract_scalar_private.h
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 31 May 2013 22:57:13 +0100 |
parents | 246c203cc733 |
children | 7a23234648b4 |
comparison
equal
deleted
inserted
replaced
161:246c203cc733 | 162:39d168ee5917 |
---|---|
33 | 33 |
34 #include "fft.h" | 34 #include "fft.h" |
35 | 35 |
36 #include "../xtract/libxtract.h" | 36 #include "../xtract/libxtract.h" |
37 #include "xtract_window_private.h" | 37 #include "xtract_window_private.h" |
38 #include "xtract_scalar_private.h" | |
39 #define DEFINE_GLOBALS | 38 #define DEFINE_GLOBALS |
40 #include "xtract_globals_private.h" | 39 #include "xtract_globals_private.h" |
41 | 40 |
42 | 41 |
43 | 42 |
363 } | 362 } |
364 | 363 |
365 int xtract_init_wavelet_f0_state(void) | 364 int xtract_init_wavelet_f0_state(void) |
366 { | 365 { |
367 dywapitch_inittracking(&wavelet_f0_state); | 366 dywapitch_inittracking(&wavelet_f0_state); |
367 return XTRACT_SUCCESS; | |
368 } | 368 } |
369 | 369 |
370 double *xtract_init_window(const int N, const int type) | 370 double *xtract_init_window(const int N, const int type) |
371 { | 371 { |
372 double *window; | 372 double *window; |