diff data/fileio/CSVFormat.cpp @ 843:e802e550a1f2

Drop std:: from cout, cerr, endl -- pull these in through Debug.h
author Chris Cannam
date Tue, 26 Nov 2013 13:35:08 +0000
parents e50a8fee6752
children 69cc0454ed72
line wrap: on
line diff
--- a/data/fileio/CSVFormat.cpp	Tue Nov 26 11:16:37 2013 +0000
+++ b/data/fileio/CSVFormat.cpp	Tue Nov 26 13:35:08 2013 +0000
@@ -176,11 +176,11 @@
         }
     }
 
-//    std::cerr << "Estimated column qualities: ";
+//    cerr << "Estimated column qualities: ";
 //    for (int i = 0; i < m_columnCount; ++i) {
-//        std::cerr << int(m_columnQualities[i]) << " ";
+//        cerr << int(m_columnQualities[i]) << " ";
 //    }
-//    std::cerr << std::endl;
+//    cerr << endl;
 }
 
 void
@@ -288,15 +288,15 @@
         }
     }
 
-//    std::cerr << "Estimated column purposes: ";
+//    cerr << "Estimated column purposes: ";
 //    for (int i = 0; i < m_columnCount; ++i) {
-//        std::cerr << int(m_columnPurposes[i]) << " ";
+//        cerr << int(m_columnPurposes[i]) << " ";
 //    }
-//    std::cerr << std::endl;
+//    cerr << endl;
 
-//    std::cerr << "Estimated model type: " << m_modelType << std::endl;
-//    std::cerr << "Estimated timing type: " << m_timingType << std::endl;
-//    std::cerr << "Estimated units: " << m_timeUnits << std::endl;
+//    cerr << "Estimated model type: " << m_modelType << endl;
+//    cerr << "Estimated timing type: " << m_timingType << endl;
+//    cerr << "Estimated units: " << m_timeUnits << endl;
 }
 
 CSVFormat::ColumnPurpose