Ignore:
File:
1 edited

Legend:

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

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