1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-16 21:58:26 +01:00

fix var error

This commit is contained in:
Justin Lin 2022-07-10 11:50:41 +08:00
parent c63d5c0d47
commit 7f3da91174

View File

@ -17,7 +17,7 @@ function sampling(size, r, start, k, sd) =
for(i = [0:columns - 1])
let(found = find_index(pij, function(ij) ij[0] == i && ij[1] == j))
if(found != -1)
found[2]
pij[found][2]
else
undef
]