Module:MOS in EDO: Difference between revisions
Added generation count increment |
mNo edit summary |
||
| Line 375: | Line 375: | ||
-- Add the step pattern for successive mosses until the pattern becomes that for an edo | -- Add the step pattern for successive mosses until the pattern becomes that for an edo | ||
local generation_count = | local generation_count = 1 | ||
while current_scale ~= nil and starting_mos_valid and generation_count <= generation_limit do | while current_scale ~= nil and starting_mos_valid and generation_count <= generation_limit do | ||
-- Calculate current step ratio | -- Calculate current step ratio | ||