From: Paul Brossier Date: Sun, 26 Mar 2017 11:19:24 +0000 (+0200) Subject: src/cvec.h: fix cvec_logmag documentation X-Git-Tag: 0.4.5~20^2~20 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=6e8f0215e97ce3200465d1ee036028b140995dba;p=aubio.git src/cvec.h: fix cvec_logmag documentation --- diff --git a/src/cvec.h b/src/cvec.h index 96cc04e5..be4bbab6 100644 --- a/src/cvec.h +++ b/src/cvec.h @@ -232,7 +232,7 @@ void cvec_zeros(cvec_t *s); /** take logarithmic magnitude - \param fftgrain cvec to compress + \param s input cvec to compress \param lambda value to use for normalisation */