Module:JI ratios: Difference between revisions

Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
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
-- curr_index = j
break
-- break
end
end
end
end