Fixed warning

This commit is contained in:
enricoturri1966 2023-10-12 13:56:47 +02:00
parent c31906b0d1
commit 6a9deeb080

View File

@ -923,7 +923,6 @@ const std::pair<Vec3d, double> Selection::get_bounding_sphere() const
using Traits = CGAL::Min_sphere_of_points_d_traits_3<K, float>;
using Min_sphere = CGAL::Min_sphere_of_spheres_d<Traits>;
using Point = K::Point_3;
using Sphere = Traits::Sphere;
std::vector<Point> points;
if (m_valid) {