projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916f898
)
src/mathutils.h: move window types doc after ifdef cplusplus
author
Paul Brossier
<piem@piem.org>
Mon, 28 Sep 2009 19:11:41 +0000
(21:11 +0200)
committer
Paul Brossier
<piem@piem.org>
Mon, 28 Sep 2009 19:11:41 +0000
(21:11 +0200)
src/mathutils.h
patch
|
blob
|
history
diff --git
a/src/mathutils.h
b/src/mathutils.h
index eaea72e5361770c4fa27ccd824e8b53a5b03690f..59f3342d191318868a73a33d150c2af3feeee82d 100644
(file)
--- a/
src/mathutils.h
+++ b/
src/mathutils.h
@@
-30,6
+30,10
@@
#ifndef MATHUTILS_H
#define MATHUTILS_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/** Window types
*
* inspired from
@@
-38,11
+42,6
@@
* - freqtweak : http://freqtweak.sf.net/
* - extace : http://extace.sf.net/
*/
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
typedef enum {
aubio_win_rectangle,
aubio_win_hamming,
@@
-100,6
+99,7
@@
uint_t vec_max_elem(fvec_t *s);
void vec_shift(fvec_t *s);
/** returns sum */
smpl_t vec_sum(fvec_t *s);
+
/** returns energy
*
* \bug mono