unused typedef

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Jane Tournois 2024-03-21 16:13:30 +01:00 committed by GitHub
parent 5b004ffbe6
commit 44e176b88a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ init_c3t3(C3T3& c3t3, const MeshDomain& domain, const MeshCriteria&,
typedef typename MeshDomain::Index Index; typedef typename MeshDomain::Index Index;
typedef typename std::pair<Point_3, Index> PI; typedef typename std::pair<Point_3, Index> PI;
typedef std::vector<PI> Initial_points_vector; typedef std::vector<PI> Initial_points_vector;
typedef typename Initial_points_vector::iterator Ipv_iterator;
typedef typename C3T3::Vertex_handle Vertex_handle; typedef typename C3T3::Vertex_handle Vertex_handle;
typedef CGAL::Mesh_3::Triangulation_helpers<typename C3T3::Triangulation> Th; typedef CGAL::Mesh_3::Triangulation_helpers<typename C3T3::Triangulation> Th;