From dac5daddbbaf27344d202a5f33f4aa7230cfe2a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 19 May 2017 14:54:53 +0200 Subject: [PATCH] Cleaned off Weighted_alpha_shape_euclidean_traits_2 from the ipelet demo --- CGAL_ipelets/demo/CGAL_ipelets/alpha_shapes.cpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CGAL_ipelets/demo/CGAL_ipelets/alpha_shapes.cpp b/CGAL_ipelets/demo/CGAL_ipelets/alpha_shapes.cpp index 8f298f093ca..defdb229844 100644 --- a/CGAL_ipelets/demo/CGAL_ipelets/alpha_shapes.cpp +++ b/CGAL_ipelets/demo/CGAL_ipelets/alpha_shapes.cpp @@ -20,7 +20,6 @@ #include #include -#include #include #include #include @@ -31,13 +30,12 @@ namespace CGAL_alpha_shapes{ typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel; -typedef CGAL::Weighted_alpha_shape_euclidean_traits_2 Gtw; -typedef CGAL::Regular_triangulation_vertex_base_2 Rvb; -typedef CGAL::Alpha_shape_vertex_base_2 Vb; -typedef CGAL::Regular_triangulation_face_base_2 Rf; -typedef CGAL::Alpha_shape_face_base_2 Fb; +typedef CGAL::Regular_triangulation_vertex_base_2 Rvb; +typedef CGAL::Alpha_shape_vertex_base_2 Vb; +typedef CGAL::Regular_triangulation_face_base_2 Rf; +typedef CGAL::Alpha_shape_face_base_2 Fb; typedef CGAL::Triangulation_data_structure_2 Tds; -typedef CGAL::Regular_triangulation_2 Regular; +typedef CGAL::Regular_triangulation_2 Regular; typedef CGAL::Alpha_shape_2 Alpha_shape_2; const std::string sublabel[] = {