Mercurial > hg > match-vamp
log src/Matcher.cpp @ 191:f415747b151b re-minimise
age | author | description |
---|---|---|
Thu, 26 Feb 2015 15:52:16 +0000 | Chris Cannam | Normalised path costs should use a different type from un-normalised ones (because they are in a different range) re-minimise |
Thu, 26 Feb 2015 12:19:17 +0000 | Chris Cannam | distance_t * diagonalWeight might not fit in distance_t; use pathcost_t for it. Also remove C-style casts. re-minimise |