Module:JI ratios in ED: Difference between revisions

Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 119: Line 119:
if step == 0 and j == 1 then
if step == 0 and j == 1 then
prime_filtered_ratios = { rat.new(1) }
prime_filtered_ratios = { rat.new(1) }
elseif step == 0 and j ~= 1 then
prime_filtered_ratios = {}
elseif step == steps then
elseif step == steps then
prime_filtered_ratios = jiraf.filter_ratios_by_harmonic_class({ equave }, current_prime)
prime_filtered_ratios = jiraf.filter_ratios_by_harmonic_class({ equave }, current_prime)