Merge branch 'Triangulation_2-NewPolylineConstraint-GF' of ssh://scm.cgal.org/var/git/cgal into Triangulation_2-NewPolylineConstraint-GF

This commit is contained in:
Andreas Fabri 2013-03-29 14:58:09 +01:00
commit 82fddb4770
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ public:
typedef typename PolylineConstraintTriangulation::Vertex_handle Vertex_handle; typedef typename PolylineConstraintTriangulation::Vertex_handle Vertex_handle;
typedef typename PolylineConstraintTriangulation::Vertex_circulator Vertex_circulator; typedef typename PolylineConstraintTriangulation::Vertex_circulator Vertex_circulator;
typedef typename PolylineConstraintTriangulation::Geom_traits Geom_traits ; typedef typename PolylineConstraintTriangulation::Geom_traits Geom_traits ;
typedef typename Geom_traits::FT FT;
typedef typename Geom_traits::Compute_squared_distance_2 Compute_squared_distance; typedef typename Geom_traits::Compute_squared_distance_2 Compute_squared_distance;
typedef typename Geom_traits::Construct_segment_2 Construct_segment; typedef typename Geom_traits::Construct_segment_2 Construct_segment;
typedef typename Geom_traits::Segment_2 Segment; typedef typename Geom_traits::Segment_2 Segment;