diff --git a/Min_sphere_d_new/include/CGAL/Min_sphere_d_new.h b/Min_sphere_d_new/include/CGAL/Min_sphere_d_new.h index a71e78acde4..eaa2ce1cf5e 100644 --- a/Min_sphere_d_new/include/CGAL/Min_sphere_d_new.h +++ b/Min_sphere_d_new/include/CGAL/Min_sphere_d_new.h @@ -450,7 +450,7 @@ private: strategy = pricing_strategy(NT()); solver = new Solver(points.size(), 1, A_it( const_one), - const_one, c_vector.begin(), + const_one, c_vector.begin(), NT(0), D_it( points.begin(), QP_rep_row_of_d< NT, Point,