Mercurial > hg > svcore
diff data/fft/FFTDataServer.cpp @ 374:7cc6b7b0d819 sv1-v1.2pre3
* line up overview widget nicely with main pane (at least on first startup)
* fix #1878396 renaming layer seems to have no visible effect
* comment out some debug output
author | Chris Cannam |
---|---|
date | Wed, 06 Feb 2008 17:40:53 +0000 |
parents | 3e3ecb45b6d1 |
children | 7aa1de571880 |
line wrap: on
line diff
--- a/data/fft/FFTDataServer.cpp Wed Feb 06 16:21:29 2008 +0000 +++ b/data/fft/FFTDataServer.cpp Wed Feb 06 17:40:53 2008 +0000 @@ -727,9 +727,9 @@ compactCache = canCompact && (recommendation & StorageAdviser::ConserveSpace); +#ifdef DEBUG_FFT_SERVER std::cerr << "FFTDataServer: memory cache = " << memoryCache << ", compact cache = " << compactCache << std::endl; -#ifdef DEBUG_FFT_SERVER std::cerr << "Width " << w << " of " << m_width << ", height " << h << ", size " << w * h << std::endl; #endif }