diff src/Finder.cpp @ 46:b0ebc3e2c016 refactors

Some fixes: int -> float
author Chris Cannam
date Thu, 13 Nov 2014 15:09:04 +0000
parents a1b7df871496
children 8cbc15519d2c
line wrap: on
line diff
--- a/src/Finder.cpp	Thu Nov 13 14:43:03 2014 +0000
+++ b/src/Finder.cpp	Thu Nov 13 15:09:04 2014 +0000
@@ -116,7 +116,7 @@
     } else if (bestCol == col) {
         return Matcher::AdvanceOther;
     } else {
-        return Matcher::AdvanceBoth;
+        return Matcher::AdvanceNone;
     }
 
 } // getExpandDirection()