From e5219a1725dbb62ca4cc8982da9f9ad5e0adab0f Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 22 Nov 2016 16:07:51 +0100 Subject: [PATCH] Take the type Point from the underlyinng triangulation --- Alpha_shapes_3/include/CGAL/Alpha_shape_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h b/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h index 081e2a5934b..3c43d574a7e 100644 --- a/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h +++ b/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h @@ -112,7 +112,7 @@ public: CGAL_static_assertion( (boost::is_same::value) ); CGAL_static_assertion( (boost::is_same::value) ); - typedef typename Gt::Point_3 Point; + typedef typename Dt::Point Point; typedef typename Dt::Cell_handle Cell_handle; typedef typename Dt::Vertex_handle Vertex_handle;