Fix warning

This commit is contained in:
Andreas Fabri 2020-09-29 12:40:57 +01:00
parent 534d0ee544
commit c3f16c21be
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ const int d = 3; // dimension of points
int main () int main ()
{ {
Point P[n]; // n points Point P[n]; // n points
double coord[d]; // d coordinates
CGAL::Random r; // random number generator CGAL::Random r; // random number generator
for (int i=0; i<n; ++i) { for (int i=0; i<n; ++i) {