This commit is contained in:
Maxime Gimeno 2017-07-12 15:12:09 +02:00
parent 6996030cf8
commit 471af1180c
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ void c2t3_to_facegraph(const C2T3& c2t3, FaceGraph& graph)
{
typedef typename boost::property_map<FaceGraph, boost::vertex_point_t>::type VertexPointMap;
typedef typename boost::property_traits<VertexPointMap>::value_type Point_3;
typedef typename C2T3::Triangulation Tr;
typedef typename Tr::Vertex_handle Vertex_handle;
typedef typename Tr::Vertex_iterator Vertex_iterator;