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:
parent
c63d5c0d47
commit
7f3da91174
@ -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
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user