mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 06:47:46 +02:00
refactor: return coord directly
This commit is contained in:
@@ -110,7 +110,7 @@ function wf_not_collapsed_coords(wf, notCollaspedCoords) =
|
|||||||
] :
|
] :
|
||||||
[
|
[
|
||||||
for(coord = notCollaspedCoords)
|
for(coord = notCollaspedCoords)
|
||||||
if(len(wf_eigenstates_at(wf, coord.x, coord.y)) != 1) [coord.x, coord.y]
|
if(len(wf_eigenstates_at(wf, coord.x, coord.y)) != 1) coord
|
||||||
];
|
];
|
||||||
|
|
||||||
function wf_coord_min_entropy(wf, notCollaspedCoords) =
|
function wf_coord_min_entropy(wf, notCollaspedCoords) =
|
||||||
|
Reference in New Issue
Block a user