Mercurial > hg > match-vamp
changeset 217:aa795f660b2b
Comment out this debug out
author | Chris Cannam |
---|---|
date | Fri, 06 Mar 2015 13:28:08 +0000 |
parents | ccdadbdd80df |
children | b95d628bf7d6 |
files | src/Matcher.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);