Changeset 240517e for src/fmat.c


Ignore:
Timestamp:
Feb 16, 2016, 9:59:00 PM (8 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:
ae1a9ba
Parents:
73e8f65
Message:

src/fmat.c: comment out asserts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fmat.c

    r73e8f65 r240517e  
    157157void fmat_vecmul(fmat_t *s, fvec_t *scale, fvec_t *output) {
    158158  uint_t k;
     159#if 0
    159160  assert(s->height == output->length);
    160161  assert(s->length == scale->length);
     162#endif
    161163#if !defined(HAVE_ACCELERATE) && !defined(HAVE_ATLAS)
    162164  uint_t j;
Note: See TracChangeset for help on using the changeset viewer.