Take the type Point from the underlyinng triangulation

This commit is contained in:
Andreas Fabri 2016-11-22 16:07:51 +01:00
parent 47e373c299
commit e5219a1725
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public:
CGAL_static_assertion( (boost::is_same<NT,typename Dt::Cell::NT>::value) );
CGAL_static_assertion( (boost::is_same<NT,typename Dt::Vertex::Alpha_status::NT>::value) );
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;