mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 14:18:13 +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])
|
for(i = [0:columns - 1])
|
||||||
let(found = find_index(pij, function(ij) ij[0] == i && ij[1] == j))
|
let(found = find_index(pij, function(ij) ij[0] == i && ij[1] == j))
|
||||||
if(found != -1)
|
if(found != -1)
|
||||||
found[2]
|
pij[found][2]
|
||||||
else
|
else
|
||||||
undef
|
undef
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user