diff --git a/Skin_surface_3/doc/Skin_surface_3/Concepts/SkinSurface_3.h b/Skin_surface_3/doc/Skin_surface_3/Concepts/SkinSurface_3.h index 87ec0c646ef..0038be468e7 100644 --- a/Skin_surface_3/doc/Skin_surface_3/Concepts/SkinSurface_3.h +++ b/Skin_surface_3/doc/Skin_surface_3/Concepts/SkinSurface_3.h @@ -27,16 +27,14 @@ construction of the regular triangulation. typedef unspecified_type Geometric_traits; /*! -The `Weighted_point` type defined -by the `Geometric_traits`. +The `Weighted_point` type. */ -typedef unspecified_type Weighted_point; +typedef Geometric_traits::Weighted_point_3 Weighted_point; /*! -The `Bare_point` type defined by the -`Geometric_traits`. -*/ -typedef unspecified_type Bare_point; +The `Bare_point` type. +*/ +typedef Geometric_traits::Point_3 Bare_point; /*! The `FT` type defined by the