mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:05:53 +08:00
Fixed warning
This commit is contained in:
parent
c31906b0d1
commit
6a9deeb080
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user