From 3e1bf168f8eebbbebb1a313730cb72d4dcfd5e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 27 Jun 2018 16:14:30 +0200 Subject: [PATCH] Removed commented code --- .../include/CGAL/Periodic_3_triangulation_3.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h index 9103e88afb2..50cd85bc963 100644 --- a/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h +++ b/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h @@ -3033,8 +3033,6 @@ inline void Periodic_3_triangulation_3::make_hole(Vertex_handle v, std::map& outer_map, std::vector& hole) { - //CGAL_triangulation_precondition( all_vertices_begin()++ != all_vertices_end() ); - incident_cells(v, std::back_inserter(hole)); for(typename std::vector::iterator cit = hole.begin(); @@ -3158,14 +3156,13 @@ periodic_remove(Vertex_handle v, PointRemover& remover, CoverManager& cover_mana if((*cit)->vertex(j) != v) { tmp_vertices.insert((*cit)->vertex(j)); vh_off_map[(*cit)->vertex(j)] = int_to_off((*cit)->offset(j)) - - int_to_off((*cit)->offset((*cit)->index(v))); + - int_to_off((*cit)->offset((*cit)->index(v))); } } } // Now output the vertices. - std::copy(tmp_vertices.begin(), tmp_vertices.end(), - std::back_inserter(vertices)); + std::copy(tmp_vertices.begin(), tmp_vertices.end(), std::back_inserter(vertices)); // create a Delaunay/regular triangulation of the points on the boundary // in Euclidean space and make a map from the vertices in remover.tmp