Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-fmat.c

    r986131d r332487b  
    77int main (void)
    88{
    9   aubio_init();
    10 
    119  uint_t height = 3, length = 9, i, j;
    1210  // create fmat_t object
     
    2826  // destroy it
    2927  del_fmat(mat);
    30 
    31   aubio_cleanup();
    32  
    3328  return 0;
    3429}
Note: See TracChangeset for help on using the changeset viewer.