# HG changeset patch # User Chris Cannam # Date 1425648488 0 # Node ID aa795f660b2b43c89649f3cdfd61b3e2daf44f81 # Parent ccdadbdd80dfe5c11066602331f9121043c4a2cc Comment out this debug out diff -r ccdadbdd80df -r aa795f660b2b src/Matcher.cpp --- a/src/Matcher.cpp Thu Mar 05 11:18:05 2015 +0000 +++ b/src/Matcher.cpp Fri Mar 06 13:28:08 2015 +0000 @@ -470,7 +470,7 @@ // This should never happen, but if we allow arbitrary // pauses in either direction, and arbitrary lengths at // end, it is better than a segmentation fault. - cerr << "Emergency resize: " << idx << " -> " << idx * 2 << endl; +// cerr << "Emergency resize: " << idx << " -> " << idx * 2 << endl; m_otherMatcher->m_bestPathCost[j].resize(idx * 2, INVALID_PATHCOST); m_otherMatcher->m_distance[j].resize(idx * 2, INVALID_DISTANCE); m_otherMatcher->m_advance[j].resize(idx * 2, AdvanceNone);