mirror of https://github.com/CGAL/cgal
Take the type Point from the underlyinng triangulation
This commit is contained in:
parent
e5219a1725
commit
9f96b59bb9
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue