Mercurial > hg > match-vamp
diff src/Matcher.cpp @ 217:aa795f660b2b
Comment out this debug out
author | Chris Cannam |
---|---|
date | Fri, 06 Mar 2015 13:28:08 +0000 |
parents | 97cc0b9135e7 |
children | edd9c1c769a0 |
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);