Module:MOS tuning spectrum: Difference between revisions

Ganaram inukshuk (talk | contribs)
Remove depth arg entirely from function, as deepest depth can be found via helper function from mediants module
Ganaram inukshuk (talk | contribs)
m forgot a depth
Line 98: Line 98:
-- Cells for bright generator, as steps in et
-- Cells for bright generator, as steps in et
local current_depth = depths[i] + 1
local current_depth = deepest[i] + 1
for i = 1, depth + 1 do
for i = 1, deepest + 1 do
result = result .. "| "
result = result .. "| "
if i == current_depth then
if i == current_depth then