diff layer/SpectrumLayer.cpp @ 682:1a0dfcbffaf1

Drop std:: from cout, cerr, endl -- pull these in through Debug.h
author Chris Cannam
date Tue, 26 Nov 2013 14:06:40 +0000
parents 5b72899d692b
children 1d526ba11a24
line wrap: on
line diff
--- a/layer/SpectrumLayer.cpp	Tue Nov 26 11:16:45 2013 +0000
+++ b/layer/SpectrumLayer.cpp	Tue Nov 26 14:06:40 2013 +0000
@@ -717,7 +717,7 @@
 
             size_t bin = i->first;
             
-//            std::cerr << "bin = " << bin << ", thresh = " << thresh << ", value = " << fft->getMagnitudeAt(col, bin) << std::endl;
+//            cerr << "bin = " << bin << ", thresh = " << thresh << ", value = " << fft->getMagnitudeAt(col, bin) << endl;
 
             if (!fft->isOverThreshold(col, bin, thresh)) continue;