Ignore:
Timestamp:
May 13, 2008, 8:44:07 AM (16 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
18f3162
Parents:
fed9433
Message:

tests/src/test-{hist,window}.c: use uint_t, not uint (thanks to Graham Percival)

File:
1 edited

Legend:

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

    rfed9433 r98cc475  
    44void print_array(fvec_t *f);
    55void print_array(fvec_t *f){
    6   uint i,j;
     6  uint_t i,j;
    77  for (i=0;i<f->channels;i++){
    88    for (j=0;j<f->length;j++){
Note: See TracChangeset for help on using the changeset viewer.