Changeset 491e6ea for tests


Ignore:
Timestamp:
Jan 26, 2014, 9:18:22 PM (10 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:
2e17371
Parents:
c038740
Message:

src/io/: add missing error strings prefixes

File:
1 edited

Legend:

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

    rc038740 r491e6ea  
    55{
    66  uint_t i, window_size = 16; // window size
    7   utils_init_random();
    87  cvec_t * complex_vector = new_cvec (window_size); // input buffer
    98  uint_t rand_times = 4;
     9
     10  utils_init_random();
    1011
    1112  while (rand_times -- ) {
Note: See TracChangeset for help on using the changeset viewer.