From ee8eda8a161a085a8c35b313dbeb3e38cf70ee46 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 23 Jun 2017 11:57:36 +0200 Subject: [PATCH] TriangleAccessor is not needed anymore --- Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h index 29f30c9598c..912a027e4b3 100644 --- a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h +++ b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h @@ -49,6 +49,7 @@ #include #include #include +#include #include #include @@ -193,7 +194,7 @@ struct Extract_polyline_with_context_visitor */ template < class IGT_, class Polyhedron_ = typename Mesh_polyhedron_3::type, - class TriangleAccessor=Triangle_accessor_3, + class TriangleAccessor= CGAL::Default, class Patch_id=int, class Use_exact_intersection_construction_tag = Tag_true > class Polyhedral_mesh_domain_with_features_3