Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
373:0a44caddd9fe | 374:7cc6b7b0d819 |
---|---|
725 } | 725 } |
726 | 726 |
727 compactCache = canCompact && | 727 compactCache = canCompact && |
728 (recommendation & StorageAdviser::ConserveSpace); | 728 (recommendation & StorageAdviser::ConserveSpace); |
729 | 729 |
730 #ifdef DEBUG_FFT_SERVER | |
730 std::cerr << "FFTDataServer: memory cache = " << memoryCache << ", compact cache = " << compactCache << std::endl; | 731 std::cerr << "FFTDataServer: memory cache = " << memoryCache << ", compact cache = " << compactCache << std::endl; |
731 | 732 |
732 #ifdef DEBUG_FFT_SERVER | |
733 std::cerr << "Width " << w << " of " << m_width << ", height " << h << ", size " << w * h << std::endl; | 733 std::cerr << "Width " << w << " of " << m_width << ", height " << h << ", size " << w * h << std::endl; |
734 #endif | 734 #endif |
735 } | 735 } |
736 | 736 |
737 FFTCache * | 737 FFTCache * |