changeset 50:980b1a3b9cbe

* Remove some debug
author cannam
date Tue, 25 Nov 2008 16:00:05 +0000
parents 7a6d0bab63ea
children 114e833c07ac
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"