No need to spatial_sort()

This commit is contained in:
Andreas Fabri 2025-07-17 19:34:06 +01:00
parent b54a4268d0
commit 17586da7a4
1 changed files with 0 additions and 2 deletions

View File

@ -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) {