Mercurial > hg > match-vamp
diff src/Matcher.h @ 46:b0ebc3e2c016 refactors
Some fixes: int -> float
author | Chris Cannam |
---|---|
date | Thu, 13 Nov 2014 15:09:04 +0000 |
parents | a1b7df871496 |
children | c7aa28f0d2ac |
line wrap: on
line diff
--- a/src/Matcher.h Thu Nov 13 14:43:03 2014 +0000 +++ b/src/Matcher.h Thu Nov 13 15:09:04 2014 +0000 @@ -168,7 +168,7 @@ * @param j the frame number of the other Matcher * @return the cost of the minimum cost path to this location */ - int getValue(int i, int j, bool firstAttempt); + float getValue(int i, int j, bool firstAttempt); /** Stores entries in the distance matrix and the optimal path matrix. *