diff --git a/Packages/Min_sphere_d_new/web/Min_sphere_d.aw b/Packages/Min_sphere_d_new/web/Min_sphere_d.aw index 77b89a37ed0..586aaa7ac30 100644 --- a/Packages/Min_sphere_d_new/web/Min_sphere_d.aw +++ b/Packages/Min_sphere_d_new/web/Min_sphere_d.aw @@ -179,11 +179,11 @@ in the \cgal\ Reference Manual. %\input{../doc_tex/basic/Optimisation/Optimisation_ref/Min_sphere_d.tex} @! ---------------------------------------------------------------------------- -@! Concept: Optimisation_d_traits +@! Concept: OptimisationDTraits @! ---------------------------------------------------------------------------- \subsectionRef{Concept}{Optimisation\_d\_traits} -\input{../../Optimisation_basic/doc_tex/basic/Optimisation/Optimisation_ref/Optimisation_d_traits.tex} +\input{../../Optimisation_basic/doc_tex/basic/Optimisation/Optimisation_ref/OptimisationDTraits.tex} @p maximum_input_line_length = 80 @@ -203,7 +203,7 @@ in the \cgal\ Reference Manual. CGAL::Min\_sphere\_d\texttt{<}Traits\texttt{>}} The class template \ccc{Min_sphere_d} expects a model of the concept -\ccc{Optimisation_d_traits} (see Section~\ref{ccRef_Optimisation_d_traits}.2) +\ccc{OptimisationDTraits} (see Section~\ref{ccRef_OptimisationDTraits}.2) as its template argument. @macro += @begin @@ -1517,7 +1517,7 @@ model \ccc{Homogeneous}. // comparing (needs LEDA) #ifdef CGAL_USE_LEDA typedef CGAL::Homogeneous K_3; - typedef CGAL::Min_circle_2_traits_2 Traits_3; + typedef CGAL::Min_circle_2_traits_2 Traits_3; typedef CGAL::Min_sphere_d Min_sphere_d; typedef CGAL::Min_circle_2 O_Min_sphere_d; #endif @@ -1528,7 +1528,7 @@ model \ccc{Homogeneous}. // comparing (needs LEDA) #ifdef CGAL_USE_LEDA typedef CGAL::Homogeneous K_3; - typedef CGAL::Optimisation_d_traits_@1 Traits_3; + typedef CGAL::Optimisation_d_traits_@1 Traits_3; typedef CGAL::Min_sphere_d Min_sphere_d; typedef CGAL::Min_sphere_d O_Min_sphere_d; #endif