From 76569403f0aa5bc1d6053035ffc20bc48d7358e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 14 Apr 2017 11:49:38 +0200 Subject: [PATCH] Fixed documentation of Bare_point and Weighted_point in concept SkinSurface3 --- .../doc/Skin_surface_3/Concepts/SkinSurface_3.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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