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