diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h b/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h index ca22bdab1da..f1e67d763a2 100644 --- a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h +++ b/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h @@ -31,7 +31,7 @@ namespace CGAL_MINIBALL_NAMESPACE { float SqrOfEps (float) {return 1.0e-14f;} double SqrOfEps (double) {return 1.0e-32;} - float Tol (float) {return 1.0+Eps_float;} + float Tol (float) {return 1.0f+Eps_float;} template double Tol (FT) {return 1.0+Eps_double;} }