wrong
This commit is contained in:
parent
6f389e56ac
commit
f3314308ef
@ -265,9 +265,9 @@ fn get_best_push_ray_and_indices_4(point:Planar64Vec3,ci0:CI,ci1:CI,ci2:CI,ci3:C
|
|||||||
|
|
||||||
if best_err==err012{
|
if best_err==err012{
|
||||||
return Some((ray012,indices012))
|
return Some((ray012,indices012))
|
||||||
}else if best_err==err012{
|
}else if best_err==err013{
|
||||||
return Some((ray013,indices013))
|
return Some((ray013,indices013))
|
||||||
}else if best_err==err012{
|
}else if best_err==err023{
|
||||||
return Some((ray023,indices023))
|
return Some((ray023,indices023))
|
||||||
}
|
}
|
||||||
unreachable!()
|
unreachable!()
|
||||||
|
Loading…
Reference in New Issue
Block a user