mirror of https://github.com/CGAL/cgal
Fix warning
This commit is contained in:
parent
534d0ee544
commit
c3f16c21be
|
|
@ -17,7 +17,6 @@ const int d = 3; // dimension of points
|
|||
int main ()
|
||||
{
|
||||
Point P[n]; // n points
|
||||
double coord[d]; // d coordinates
|
||||
CGAL::Random r; // random number generator
|
||||
|
||||
for (int i=0; i<n; ++i) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue