comparison data/fft/FFTDataServer.cpp @ 436:cff476cfce77 sv1-v1.3 sv1-v1.3rc1

* Updates for 1.3
author Chris Cannam
date Thu, 10 Jul 2008 12:50:56 +0000
parents 52303ec15cd2
children 325112751f0e
comparison
equal deleted inserted replaced
435:824a87450f81 436:cff476cfce77
712 712
713 recommendation = 713 recommendation =
714 StorageAdviser::recommend(m_criteria, minimumSize, maximumSize); 714 StorageAdviser::recommend(m_criteria, minimumSize, maximumSize);
715 } 715 }
716 716
717 std::cerr << "Recommendation was: " << recommendation << std::endl; 717 // std::cerr << "Recommendation was: " << recommendation << std::endl;
718 718
719 memoryCache = false; 719 memoryCache = false;
720 720
721 if ((recommendation & StorageAdviser::UseMemory) || 721 if ((recommendation & StorageAdviser::UseMemory) ||
722 (recommendation & StorageAdviser::PreferMemory)) { 722 (recommendation & StorageAdviser::PreferMemory)) {