Module:MOS intervals: Difference between revisions
m Added todo |
m Quick fix for mosprefix lookup defaulting to "dia" for anything outside the tamnams named range |
||
| Line 14: | Line 14: | ||
-- Default param for input mos is 5L 2s | -- Default param for input mos is 5L 2s | ||
local input_mos = input_mos or mos.new(5, 2, 2) | local input_mos = input_mos or mos.new(5, 2, 2) | ||
local mos_prefix = mos_prefix or " | local mos_prefix = mos_prefix or "mos" | ||
-- Get the scale sig | -- Get the scale sig | ||