mirror of https://github.com/CGAL/cgal
Specify default face base for DT2
This commit is contained in:
parent
7007f44f1f
commit
a8e28b02c6
|
|
@ -42,7 +42,8 @@ namespace CGAL {
|
|||
|
||||
template < class Gt,
|
||||
class Tds = Triangulation_data_structure_2 <
|
||||
Triangulation_vertex_base_2<Gt> > >
|
||||
Triangulation_vertex_base_2<Gt>,
|
||||
Triangulation_face_base_2<Gt> > >
|
||||
class Delaunay_triangulation_2
|
||||
: public Triangulation_2<Gt,Tds>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue