mirror of https://github.com/CGAL/cgal
Qualify call
This commit is contained in:
parent
dde83c804d
commit
8b1052c04f
|
|
@ -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.";
|
||||
|
|
|
|||
Loading…
Reference in New Issue