comparison data/model/EditableDenseThreeDimensionalModel.cpp @ 687:06f13a3b9e9e debug-output

Convert many cerrs to DEBUGs
author Chris Cannam
date Mon, 16 May 2011 17:19:09 +0100
parents dd97f7b3d120
children 1424aa29ae95
comparison
equal deleted inserted replaced
686:b4a8d8221eaf 687:06f13a3b9e9e
490 { 490 {
491 QReadLocker locker(&m_lock); 491 QReadLocker locker(&m_lock);
492 492
493 // For historical reasons we read and write "resolution" as "windowSize" 493 // For historical reasons we read and write "resolution" as "windowSize"
494 494
495 std::cerr << "EditableDenseThreeDimensionalModel::toXml" << std::endl; 495 DEBUG << "EditableDenseThreeDimensionalModel::toXml" << endl;
496 496
497 Model::toXml 497 Model::toXml
498 (out, indent, 498 (out, indent,
499 QString("type=\"dense\" dimensions=\"3\" windowSize=\"%1\" yBinCount=\"%2\" minimum=\"%3\" maximum=\"%4\" dataset=\"%5\" startFrame=\"%6\" %7") 499 QString("type=\"dense\" dimensions=\"3\" windowSize=\"%1\" yBinCount=\"%2\" minimum=\"%3\" maximum=\"%4\" dataset=\"%5\" startFrame=\"%6\" %7")
500 .arg(m_resolution) 500 .arg(m_resolution)