# HG changeset patch # User Chris Cannam # Date 1227628805 0 # Node ID cded679e12c2a439c550f76fc7ad60102eac2757 # Parent 3002ab36c090ee187d66a70be2385bb122afd18e * Remove some debug diff -r 3002ab36c090 -r cded679e12c2 dsp/tonal/ChangeDetectionFunction.cpp --- 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 } diff -r 3002ab36c090 -r cded679e12c2 dsp/tonal/ChangeDetectionFunction.h --- 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"