From 898eb45eadeb0ba2c63fef30cc74d17a6f3ace40 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 25 Nov 2008 13:20:21 +0000 Subject: [PATCH] Add a typedef to be in sync with the manual --- Alpha_shapes_3/include/CGAL/Alpha_shape_3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h b/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h index 18781757aff..010956b2cca 100644 --- a/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h +++ b/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h @@ -102,6 +102,7 @@ public: typedef typename Gt::FT Coord_type; typedef Coord_type NT; + typedef Coord_type FT; typedef typename Gt::Point_3 Point;