Mercurial > hg > svcore
changeset 289:3020904de772
* Layer tree view updating when visibility / audibility changed (and layers
updating when they are changed in view) -- still some problems when a model
is loaded while the tree is visible
* FFTW_MEASURE throughout -- it does turn out to make an appreciable
difference sometimes
author | Chris Cannam |
---|---|
date | Thu, 16 Aug 2007 16:47:07 +0000 |
parents | 7b96b3bd4bae |
children | 92e8dbde73cd |
files | data/fft/FFTDataServer.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/data/fft/FFTDataServer.cpp Tue Aug 14 13:58:53 2007 +0000 +++ b/data/fft/FFTDataServer.cpp Thu Aug 16 16:47:07 2007 +0000 @@ -618,7 +618,7 @@ m_fftPlan = fftf_plan_dft_r2c_1d(m_fftSize, m_fftInput, m_fftOutput, - FFTW_ESTIMATE); + FFTW_MEASURE); if (!m_fftPlan) { std::cerr << "ERROR: fftf_plan_dft_r2c_1d(" << m_windowSize << ") failed!" << std::endl;