From c3f16c21becf77b4e684e9600b4998d306022aee Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 29 Sep 2020 12:40:57 +0100 Subject: [PATCH] Fix warning --- Bounding_volumes/examples/Min_sphere_d/min_sphere_3.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Bounding_volumes/examples/Min_sphere_d/min_sphere_3.cpp b/Bounding_volumes/examples/Min_sphere_d/min_sphere_3.cpp index fc989849666..32e92903271 100644 --- a/Bounding_volumes/examples/Min_sphere_d/min_sphere_3.cpp +++ b/Bounding_volumes/examples/Min_sphere_d/min_sphere_3.cpp @@ -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