mirror of https://github.com/CGAL/cgal
fixed does_conflict
This commit is contained in:
parent
e0402766c2
commit
d0d1cd4cff
|
|
@ -145,6 +145,8 @@ public:
|
|||
|
||||
};
|
||||
|
||||
template < class Gt, class Tds >
|
||||
inline bool
|
||||
Delaunay_triangulation_2<Gt,Tds>::
|
||||
does_conflict(const Point &p, Face_handle fh) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue