spatial sort include a random shuffle

This commit is contained in:
Olivier Devillers 2011-10-14 08:32:42 +00:00
parent 6f972ff658
commit 42e210f739
1 changed files with 0 additions and 1 deletions

View File

@ -521,7 +521,6 @@ public:
{
size_type n = number_of_vertices();
std::vector<Point> points(start, end);
std::random_shuffle(points.begin(), points.end());
spatial_sort(points.begin(), points.end(), geom_traits());
Full_cell_handle hint = Full_cell_handle();
typename std::vector<Point>::const_iterator s = points.begin();