Module:MOS: Difference between revisions

Inthar (talk | contribs)
No edit summary
Inthar (talk | contribs)
mNo edit summary
Line 162: Line 162:
ns = round(ns/d)
ns = round(ns/d)
end
end
local min_dist = 2; -- the distance we get will always be <= 1
local min_dist = 2; -- the distance we get will always be <= sqrt(2)
local current_L, current_s = 0, 0
local current_L, current_s = 0, 0
local result = {['L'] = 0, ['s'] = 0}  
local result = {['L'] = 0, ['s'] = 0}