mirror of https://github.com/CGAL/cgal
No need to spatial_sort()
This commit is contained in:
parent
b54a4268d0
commit
17586da7a4
|
|
@ -699,8 +699,6 @@ public:
|
|||
using Search_traits_d = CGAL::Spatial_sort_traits_adapter_d<Geom_traits, Point_property_map>;
|
||||
|
||||
CGAL::spatial_sort(indices.begin(), indices.end(), Search_traits_d(start));
|
||||
std::vector<Point> points(start, end);
|
||||
spatial_sort(points.begin(), points.end(), geom_traits());
|
||||
Full_cell_handle hint = Full_cell_handle();
|
||||
|
||||
for (auto index : indices) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue