diff --git a/Triangulation_on_sphere_2/include/CGAL/Delaunay_triangulation_sphere_2.h b/Triangulation_on_sphere_2/include/CGAL/Delaunay_triangulation_sphere_2.h index 3f052518d9e..7851c58e601 100644 --- a/Triangulation_on_sphere_2/include/CGAL/Delaunay_triangulation_sphere_2.h +++ b/Triangulation_on_sphere_2/include/CGAL/Delaunay_triangulation_sphere_2.h @@ -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();