Changeset 827267b


Ignore:
Timestamp:
Sep 6, 2015, 10:36:09 AM (9 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:
695e171, f0ce36a1
Parents:
0a0d9b0
Message:

src/fvec.c: fix variable name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/fvec.c

    r0a0d9b0 r827267b  
    111111#ifndef HAVE_ACCELERATE
    112112  uint_t j;
    113   uint_t length = MIN(s->length, weight->length);
     113  uint_t length = MIN(out->length, weight->length);
    114114  for (j=0; j< length; j++) {
    115115    out->data[j] = in->data[j] * weight->data[j];
Note: See TracChangeset for help on using the changeset viewer.