diff src/Matcher.h @ 96:6b91e40b2c04 refactors

Tidy
author Chris Cannam
date Thu, 27 Nov 2014 16:50:14 +0000
parents 10e76188c846
children 6636aca831c0
line wrap: on
line diff
--- a/src/Matcher.h	Thu Nov 27 16:05:24 2014 +0000
+++ b/src/Matcher.h	Thu Nov 27 16:50:14 2014 +0000
@@ -220,7 +220,7 @@
      *  @param j the frame number of the other Matcher
      *  @param value the distance metric to set for this location
      */
-    void setDistance(int i, int j, float value);
+    void setDistance(int i, int j, float distance);
     
     /** Retrieves a value from the minimum cost matrix.
      *