diff dsp/tonal/ChangeDetectionFunction.cpp @ 50:980b1a3b9cbe

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