This commit is contained in:
Dirkjan Ochtman 2021-01-06 17:24:03 +01:00
parent abe24f3160
commit 3fcd6c3fd4
1 changed files with 1 additions and 0 deletions

View File

@ -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());