Mercurial > hg > qm-dsp
changeset 275:cded679e12c2
* Remove some debug
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 25 Nov 2008 16:00:05 +0000 |
parents | 3002ab36c090 |
children | 4c901426b9f3 |
files | dsp/tonal/ChangeDetectionFunction.cpp dsp/tonal/ChangeDetectionFunction.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dsp/tonal/ChangeDetectionFunction.cpp Tue Nov 18 14:52:02 2008 +0000 +++ b/dsp/tonal/ChangeDetectionFunction.cpp Tue Nov 25 16:00:05 2008 +0000 @@ -44,8 +44,8 @@ } #ifdef DEBUG_CHANGE_DETECTION_FUNCTION - std::cout << "Filter sigma: " << m_dFilterSigma << std::endl; - std::cout << "Filter width: " << m_iFilterWidth << std::endl; + std::cerr << "Filter sigma: " << m_dFilterSigma << std::endl; + std::cerr << "Filter width: " << m_iFilterWidth << std::endl; #endif }
--- a/dsp/tonal/ChangeDetectionFunction.h Tue Nov 18 14:52:02 2008 +0000 +++ b/dsp/tonal/ChangeDetectionFunction.h Tue Nov 25 16:00:05 2008 +0000 @@ -11,7 +11,7 @@ #ifndef _CHANGEDETECTIONFUNCTION_ #define _CHANGEDETECTIONFUNCTION_ -#define DEBUG_CHANGE_DETECTION_FUNCTION 1 +//#define DEBUG_CHANGE_DETECTION_FUNCTION 1 #include "TCSgram.h"