mirror of https://github.com/CGAL/cgal
bug fix
This commit is contained in:
parent
7447fad06e
commit
eaf1f99c78
|
|
@ -112,7 +112,7 @@ natural_neighbor_coordinates_2(const Dt& dt,
|
|||
hole_begin, EdgeIterator hole_end,
|
||||
const Traits& traits){
|
||||
|
||||
CGAL_precondition(T.dimension()==2);
|
||||
CGAL_precondition(dt.dimension()==2);
|
||||
//precondition: p must lie inside the hole
|
||||
// (=^ inside convex hull of neighbors)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue