shithub: aubio

Download patch

ref: d57c879a5865b998ed7f289bca0620e42bf06a3f
parent: 8b285248f7f73e12764df073de9a8e0e1e8209e0
author: Paul Brossier <piem@piem.org>
date: Thu Oct 1 21:07:29 EDT 2009

tests/src/test-filterbank.c: print coeffs

--- a/tests/src/test-filterbank.c
+++ b/tests/src/test-filterbank.c
@@ -1,3 +1,4 @@
+#include <stdio.h>
 #include <aubio.h>
 
 int
@@ -27,7 +28,7 @@
     return -1;
   }
 
-  // fvec_print (coeffs);
+  fvec_print (coeffs);
 
   aubio_filterbank_do (o, in, out);