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