mirror of https://github.com/CGAL/cgal
fixup
This commit is contained in:
parent
e7b3a7a97c
commit
5cd89bd981
|
|
@ -54,6 +54,8 @@ public:
|
||||||
dist = intersection_distance_object(query, child->bbox());
|
dist = intersection_distance_object(query, child->bbox());
|
||||||
if(dist)
|
if(dist)
|
||||||
pq.push(Node_ptr_with_ft(child, *dist, current.nb_primitives - current.nb_primitives/2));
|
pq.push(Node_ptr_with_ft(child, *dist, current.nb_primitives - current.nb_primitives/2));
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue