Qualify call

This commit is contained in:
Andreas Fabri 2018-04-06 07:05:41 +01:00
parent dde83c804d
commit 8b1052c04f
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ void test(const int d, const string & type, const int N)
// Remove all !
cerr << "\nBefore removal: " << dt.number_of_vertices() << " vertices. After: ";
random_shuffle(points.begin(), points.end());
CGAL::random_shuffle(points.begin(), points.end());
dt.remove(points.begin(), points.end());
assert( dt.is_valid() );
cerr << dt.number_of_vertices() << " vertices.";