wip
This commit is contained in:
parent
abe24f3160
commit
3fcd6c3fd4
|
@ -208,6 +208,7 @@ where
|
||||||
if !cur.is_zero() {
|
if !cur.is_zero() {
|
||||||
search.cull();
|
search.cull();
|
||||||
}
|
}
|
||||||
|
println!("layer {:?}: nearest = {:?}", cur, search.candidates[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
let found = min(search.nearest.len(), out.len());
|
let found = min(search.nearest.len(), out.len());
|
||||||
|
|
Loading…
Reference in New Issue