Mercurial > hg > match-vamp
comparison 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 |
comparison
equal
deleted
inserted
replaced
45:a1b7df871496 | 46:b0ebc3e2c016 |
---|---|
114 return Matcher::AdvanceThis; | 114 return Matcher::AdvanceThis; |
115 } | 115 } |
116 } else if (bestCol == col) { | 116 } else if (bestCol == col) { |
117 return Matcher::AdvanceOther; | 117 return Matcher::AdvanceOther; |
118 } else { | 118 } else { |
119 return Matcher::AdvanceBoth; | 119 return Matcher::AdvanceNone; |
120 } | 120 } |
121 | 121 |
122 } // getExpandDirection() | 122 } // getExpandDirection() |
123 | 123 |
124 float | 124 float |