Mercurial > hg > qm-dsp
diff dsp/signalconditioning/Filter.cpp @ 434:7461bf03194e
Some MSVC fixes, including (temporarily, probably) renaming the FFT source file to avoid getting it mixed up with the Vamp SDK one in our object dir
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 01 Feb 2018 16:34:08 +0000 |
parents | fa851e147e3f |
children | fdaa63607c15 |
line wrap: on
line diff
--- a/dsp/signalconditioning/Filter.cpp Tue Jan 30 20:14:46 2018 +0000 +++ b/dsp/signalconditioning/Filter.cpp Thu Feb 01 16:34:08 2018 +0000 @@ -74,8 +74,8 @@ } void -Filter::process(const double *const __restrict__ in, - double *const __restrict__ out, +Filter::process(const double *const QM_R__ in, + double *const QM_R__ out, const int n) { for (int s = 0; s < n; ++s) {