diff --git a/Packages/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.C b/Packages/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.C index 4c90e40f3f3..91e70e91ecb 100644 --- a/Packages/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.C +++ b/Packages/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.C @@ -83,8 +83,7 @@ namespace CGAL_MINIBALL_NAMESPACE { for (i=e; i::update(LP_algorithm) { for (i=e; i::update(LP_algorithm) { % This works fine in theory. However, for approximate computation our implementation of \code{pivot()} might fail under certain -circumstances, so termination is not guaranteed. That's why this -algorithm is not the default algorithm. +circumstances. In such a case we proceed as if the violating ball +were contained in the current ball. In this way, termination is +guaranteed. % \subsection{The implementation of the farthest-first heuristic} %