comparison src/scalar.c @ 169:b88a28c37218

Comment out unused variable
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 18 Jun 2013 08:17:05 -0700
parents 5c20a9a34f0c
children ff5f5b77bf3f
comparison
equal deleted inserted replaced
168:8428ccc80ea5 169:b88a28c37218
977 977
978 } 978 }
979 979
980 int xtract_wavelet_f0(const double *data, const int N, const void *argv, double *result) 980 int xtract_wavelet_f0(const double *data, const int N, const void *argv, double *result)
981 { 981 {
982 double sr = *(double *)argv; 982 /* double sr = *(double *)argv; */
983 983
984 *result = dywapitch_computepitch(&wavelet_f0_state, data, 0, N); 984 *result = dywapitch_computepitch(&wavelet_f0_state, data, 0, N);
985 985
986 if (*result == 0.0) 986 if (*result == 0.0)
987 { 987 {