Changes in tests/src/test-fmat.c [332487b:986131d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-fmat.c
r332487b r986131d 7 7 int main (void) 8 8 { 9 aubio_init(); 10 9 11 uint_t height = 3, length = 9, i, j; 10 12 // create fmat_t object … … 26 28 // destroy it 27 29 del_fmat(mat); 30 31 aubio_cleanup(); 32 28 33 return 0; 29 34 }
Note: See TracChangeset
for help on using the changeset viewer.