Mercurial > hg > svcore
diff data/fft/FFTFileCache.cpp @ 383:94fc0591ea43 1.2-stable
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
this branch for fixes later)
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2008 10:32:45 +0000 |
parents | 92e8dbde73cd |
children | 115f60df1e4d |
line wrap: on
line diff
--- a/data/fft/FFTFileCache.cpp Fri Nov 30 17:36:14 2007 +0000 +++ b/data/fft/FFTFileCache.cpp Wed Feb 27 10:32:45 2008 +0000 @@ -23,6 +23,7 @@ #include <QMutexLocker> + // The underlying matrix has height (m_height * 2 + 1). In each // column we store magnitude at [0], [2] etc and phase at [1], [3] // etc, and then store the normalization factor (maximum magnitude) at