remove unused typedef

This commit is contained in:
Sébastien Loriot 2021-02-03 14:09:22 +01:00
parent 96769b2873
commit bdbc4a3ca0
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ typedef CGAL::Exact_predicates_exact_constructions_kernel EK;
typedef CGAL::Surface_mesh<K::Point_3> Mesh;
typedef boost::graph_traits<Mesh>::vertex_descriptor vertex_descriptor;
typedef Mesh::Property_map<vertex_descriptor,EK::Point_3> Exact_point_map;
typedef Mesh::Property_map<vertex_descriptor,bool> Exact_point_computed;
namespace PMP = CGAL::Polygon_mesh_processing;
namespace params = PMP::parameters;