mirror of https://github.com/CGAL/cgal
remove unused typedef
This commit is contained in:
parent
96769b2873
commit
bdbc4a3ca0
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue