fixed bug in insert in DT (special cases).

This commit is contained in:
Claudia Werner 2013-01-22 13:14:38 +01:00
parent 3c0d9baeab
commit 693b7a1e02
1 changed files with 1 additions and 1 deletions

View File

@ -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();