Mercurial > hg > match-vamp
diff src/Matcher.h @ 69:696f6e7f2f31 refactors
distYSize no longer needed, and some tidying and checks
author | Chris Cannam |
---|---|
date | Tue, 18 Nov 2014 16:35:15 +0000 |
parents | 19a93b15fcc3 |
children | cba231851957 |
line wrap: on
line diff
--- a/src/Matcher.h Tue Nov 18 10:33:03 2014 +0000 +++ b/src/Matcher.h Tue Nov 18 16:35:15 2014 +0000 @@ -234,10 +234,6 @@ vector<int> m_first; vector<int> m_last; - /** Height of each column in distance, path cost, and advance - * direction matrices. */ - vector<int> m_distYSizes; - /** Width of distance, path cost, and advance direction matrices * and first and last vectors */ int m_distXSize;