Take the type Point from the underlyinng triangulation

This commit is contained in:
Andreas Fabri 2016-11-22 16:08:19 +01:00
parent e5219a1725
commit 9f96b59bb9
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public:
typedef Coord_type NT;
typedef Coord_type FT;
typedef typename Gt::Point_3 Point;
typedef typename Dt::Point Point;
typedef typename Dt::Cell_handle Cell_handle;
typedef typename Dt::Vertex_handle Vertex_handle;