From 0c90a5bac72c8f275bf0f8a15899a417d9ecbc5c Mon Sep 17 00:00:00 2001 From: Monique Teillaud Date: Fri, 28 Jul 2000 15:14:11 +0000 Subject: [PATCH] fixes in typenames --- .../include/CGAL/Delaunay_triangulation_3.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Packages/Triangulation_3/include/CGAL/Delaunay_triangulation_3.h b/Packages/Triangulation_3/include/CGAL/Delaunay_triangulation_3.h index 09076fa94ff..350e3c8651c 100644 --- a/Packages/Triangulation_3/include/CGAL/Delaunay_triangulation_3.h +++ b/Packages/Triangulation_3/include/CGAL/Delaunay_triangulation_3.h @@ -413,15 +413,15 @@ fill_hole_3D( std::set & boundhole, Vertex_handle v[3]; // current facet Vertex_handle vf1,vf2,vf3; - typename std::set oppvert; // vertices of the hole + std::set oppvert; // vertices of the hole // that are all copsherical with the current facet and whose sphere // is empty typename std::set::iterator bv; - typename std::list cosph_bound; // facets of boundhole that + std::list cosph_bound; // facets of boundhole that // are cospherical with the vertices of oppvert - typename std::list not_violate; - typename std::list for_next; // facets created or not used by + std::list not_violate; + std::list for_next; // facets created or not used by // the current vertex // the facets in these sets will always be given by the cell