Mercurial > hg > svcore
diff data/fft/FFTMemoryCache.cpp @ 359:824ee993ca8d
* merge revision 842 from spectrogram-rejig -- attempt to improve disk/memory
allocation in ffts
author | Chris Cannam |
---|---|
date | Tue, 22 Jan 2008 23:11:48 +0000 |
parents | aa8dbac62024 |
children | 7cc6b7b0d819 |
line wrap: on
line diff
--- a/data/fft/FFTMemoryCache.cpp Wed Jan 09 17:09:44 2008 +0000 +++ b/data/fft/FFTMemoryCache.cpp Tue Jan 22 23:11:48 2008 +0000 @@ -59,7 +59,7 @@ void FFTMemoryCache::resize(size_t width, size_t height) { -// std::cerr << "FFTMemoryCache[" << this << "]::resize(" << width << "x" << height << " = " << width*height << ")" << std::endl; + std::cerr << "FFTMemoryCache[" << this << "]::resize(" << width << "x" << height << " = " << width*height << ")" << std::endl; if (m_width == width && m_height == height) return;