Module:JI ratios: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 198: | Line 198: | ||
if lower_bound < curr_cents and curr_cents < upper_bound then | if lower_bound < curr_cents and curr_cents < upper_bound then | ||
table.insert(curr_ratios, curr_ratio) | table.insert(curr_ratios, curr_ratio) | ||
elseif curr_cents > upper_bound then | --elseif curr_cents > upper_bound then | ||
-- curr_index = j | |||
-- break | |||
end | end | ||
end | end | ||