From 82be7a19ba1ba65082882ca8c2ae74b6f65ee89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20G=C3=A4rtner?= Date: Fri, 25 Aug 2006 08:30:18 +0000 Subject: [PATCH] taken care of QP_solver interface changes --- Min_sphere_d_new/include/CGAL/Min_sphere_d_new.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,