mirror of https://github.com/CGAL/cgal
fixed bug in insert in DT (special cases).
This commit is contained in:
parent
3c0d9baeab
commit
693b7a1e02
|
|
@ -593,7 +593,7 @@ insert(const Point &p, Face_handle start)
|
|||
switch (lt){
|
||||
case NOT_ON_SPHERE:
|
||||
return Vertex_handle();
|
||||
case TOO_CLOSE:{
|
||||
case TOO_CLOSE:{
|
||||
if(dimension()==2)
|
||||
return loc->vertex(li);
|
||||
return Vertex_handle();
|
||||
|
|
|
|||
Loading…
Reference in New Issue