From: Paul Brossier Date: Sun, 26 Mar 2017 11:19:49 +0000 (+0200) Subject: src/musicutils.h: fix documentation for fvec_clamp X-Git-Tag: 0.4.5~20^2~19 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=1136442dc19347a7330dca1ca0b58b97324872ff;p=aubio.git src/musicutils.h: fix documentation for fvec_clamp --- diff --git a/src/musicutils.h b/src/musicutils.h index b3b266e4..d9638ac1 100644 --- a/src/musicutils.h +++ b/src/musicutils.h @@ -159,7 +159,7 @@ smpl_t aubio_level_detection (const fvec_t * v, smpl_t threshold); /** clamp the values of a vector within the range [-abs(max), abs(max)] \param in vector to clamp - \param max maximum value over which input vector elements should be clamped + \param absmax maximum value over which input vector elements should be clamped */ void fvec_clamp(fvec_t *in, smpl_t absmax);