tests/src/test-filterbank.c: print coeffs
authorPaul Brossier <piem@piem.org>
Thu, 1 Oct 2009 23:07:29 +0000 (01:07 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 1 Oct 2009 23:07:29 +0000 (01:07 +0200)
tests/src/test-filterbank.c

index 635d2fbe7b9de4892db8e9eba62393d9ecc1915b..445c4f9ebc69129819e67daa151056635169b548 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdio.h>
 #include <aubio.h>
 
 int
@@ -27,7 +28,7 @@ main (void)
     return -1;
   }
 
-  // fvec_print (coeffs);
+  fvec_print (coeffs);
 
   aubio_filterbank_do (o, in, out);