TriangleAccessor is not needed anymore

This commit is contained in:
Jane Tournois 2017-06-23 11:57:36 +02:00
parent 9e388204e8
commit ee8eda8a16
1 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@
#include <boost/graph/filtered_graph.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <CGAL/boost/graph/split_graph_into_polylines.h>
#include <CGAL/Default.h>
#include <boost/iterator/transform_iterator.hpp>
#include <boost/foreach.hpp>
@ -193,7 +194,7 @@ struct Extract_polyline_with_context_visitor
*/
template < class IGT_,
class Polyhedron_ = typename Mesh_polyhedron_3<IGT_>::type,
class TriangleAccessor=Triangle_accessor_3<Polyhedron_,IGT_>,
class TriangleAccessor= CGAL::Default,
class Patch_id=int,
class Use_exact_intersection_construction_tag = Tag_true >
class Polyhedral_mesh_domain_with_features_3