changeset 183:63ec44da1666

Remove spurious argv specification from xtract_smoothness() documentation. Fixes #27.
author Jamie Bullock <jamie@jamiebullock.com>
date Mon, 08 Jul 2013 09:52:19 +0100
parents ff5f5b77bf3f
children 95af6c8dc7f2
files xtract/xtract_scalar.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xtract/xtract_scalar.h	Thu Jul 04 08:59:01 2013 +0100
+++ b/xtract/xtract_scalar.h	Mon Jul 08 09:52:19 2013 +0100
@@ -198,7 +198,7 @@
  * 
  * \param *data: a pointer to the first element in an array of doubles representing the magnitude coefficients from the spectrum of an audio vector, (e.g. the first half of the array pointed to by *result from xtract_spectrum().
  * \param N: the number of elements to be considered
- * \param *argv: a pointer to the first element of an array of integers containing the lower bound, upper bound, and pre-scaling factor, whereby array data in the range lower < n < upper will be pre-scaled by p before processing. 
+ * \param *argv: a pointer to NULL
  * \param *result: the smoothness of N values from the array pointed to by *data
  */
 int xtract_smoothness(const double *data, const int N, const void *argv, double *result);