diff --git a/Alpha_shapes_3/examples/Alpha_shapes_3/alpha_shapes_3.cpp b/Alpha_shapes_3/examples/Alpha_shapes_3/alpha_shapes_3.cpp index 5016265d8ba..8d3f0394910 100644 --- a/Alpha_shapes_3/examples/Alpha_shapes_3/alpha_shapes_3.cpp +++ b/Alpha_shapes_3/examples/Alpha_shapes_3/alpha_shapes_3.cpp @@ -1,5 +1,3 @@ -// examples/Alpha_shapes_3/example_alpha.C - #include #include #include diff --git a/Alpha_shapes_3/examples/Alpha_shapes_3/alpha_shapes_with_hierarchy_3.cpp b/Alpha_shapes_3/examples/Alpha_shapes_3/alpha_shapes_with_hierarchy_3.cpp index 90569f3a75f..67b5fc7b9fc 100644 --- a/Alpha_shapes_3/examples/Alpha_shapes_3/alpha_shapes_with_hierarchy_3.cpp +++ b/Alpha_shapes_3/examples/Alpha_shapes_3/alpha_shapes_with_hierarchy_3.cpp @@ -1,5 +1,3 @@ -// examples/Alpha_shapes_3/example_big_alpha.C - #include #include #include diff --git a/Alpha_shapes_3/examples/Alpha_shapes_3/weighted_alpha_shapes_3.cpp b/Alpha_shapes_3/examples/Alpha_shapes_3/weighted_alpha_shapes_3.cpp index 9630849a0be..34a32058d59 100644 --- a/Alpha_shapes_3/examples/Alpha_shapes_3/weighted_alpha_shapes_3.cpp +++ b/Alpha_shapes_3/examples/Alpha_shapes_3/weighted_alpha_shapes_3.cpp @@ -1,5 +1,3 @@ -// examples/Alpha_shapes_3/example_weight.C - #include #include #include diff --git a/Nef_3/examples/Nef_3/comparison.cpp b/Nef_3/examples/Nef_3/comparison.cpp index 6d8147bfb8d..d345c5c1c55 100644 --- a/Nef_3/examples/Nef_3/comparison.cpp +++ b/Nef_3/examples/Nef_3/comparison.cpp @@ -1,6 +1,3 @@ -// examples/Nef_3/comparison.C -// ------------------------------------- - #include #include #include diff --git a/Nef_3/examples/Nef_3/topological_operations.cpp b/Nef_3/examples/Nef_3/topological_operations.cpp index f22413c44a9..0539f119d6b 100644 --- a/Nef_3/examples/Nef_3/topological_operations.cpp +++ b/Nef_3/examples/Nef_3/topological_operations.cpp @@ -1,5 +1,3 @@ -// examples/Nef_3/topolgical_operations.C -// ------------------------------------- #include #include #include diff --git a/Nef_3/examples/Nef_3/transformation.cpp b/Nef_3/examples/Nef_3/transformation.cpp index 903df5494a1..04405419cad 100644 --- a/Nef_3/examples/Nef_3/transformation.cpp +++ b/Nef_3/examples/Nef_3/transformation.cpp @@ -1,5 +1,3 @@ -// examples/Nef_3/transformation.C - #include #include #include diff --git a/Nef_S2/examples/Nef_S2/construction.cpp b/Nef_S2/examples/Nef_S2/construction.cpp index 85d1840421c..b4eba4bceab 100644 --- a/Nef_S2/examples/Nef_S2/construction.cpp +++ b/Nef_S2/examples/Nef_S2/construction.cpp @@ -1,5 +1,3 @@ -// examples/Nef_S2/construction.C - #include #include #include diff --git a/Nef_S2/examples/Nef_S2/exploration.cpp b/Nef_S2/examples/Nef_S2/exploration.cpp index 04898a12ec4..b00aee177d9 100644 --- a/Nef_S2/examples/Nef_S2/exploration.cpp +++ b/Nef_S2/examples/Nef_S2/exploration.cpp @@ -1,5 +1,3 @@ -// examples/Nef_S2/exploration.C - #include #include #include diff --git a/Nef_S2/examples/Nef_S2/point_location.cpp b/Nef_S2/examples/Nef_S2/point_location.cpp index 96c5b69c5bc..52078c1925e 100644 --- a/Nef_S2/examples/Nef_S2/point_location.cpp +++ b/Nef_S2/examples/Nef_S2/point_location.cpp @@ -1,5 +1,3 @@ -// examples/Nef_S2/point_location.C - #include #include #include diff --git a/Nef_S2/examples/Nef_S2/simple.cpp b/Nef_S2/examples/Nef_S2/simple.cpp index 72e6634d92b..386d26c7754 100644 --- a/Nef_S2/examples/Nef_S2/simple.cpp +++ b/Nef_S2/examples/Nef_S2/simple.cpp @@ -1,5 +1,3 @@ -// examples/Nef_S2/simple.C - #include #include #include diff --git a/Polyhedron/examples/Polyhedron/polyhedron_prog_color.cpp b/Polyhedron/examples/Polyhedron/polyhedron_prog_color.cpp index dbeefce3a78..57fba3f5d8e 100644 --- a/Polyhedron/examples/Polyhedron/polyhedron_prog_color.cpp +++ b/Polyhedron/examples/Polyhedron/polyhedron_prog_color.cpp @@ -1,4 +1,3 @@ - #include #include #include diff --git a/Polyhedron/examples/Polyhedron/polyhedron_prog_cut_cube.cpp b/Polyhedron/examples/Polyhedron/polyhedron_prog_cut_cube.cpp index 9229059c55d..74dcfff094a 100644 --- a/Polyhedron/examples/Polyhedron/polyhedron_prog_cut_cube.cpp +++ b/Polyhedron/examples/Polyhedron/polyhedron_prog_cut_cube.cpp @@ -1,5 +1,3 @@ -// examples/Polyhedron/polyhedron_prog_cube.C -// ------------------------------------------ #include #include #include diff --git a/Polyhedron/examples/Polyhedron/polyhedron_prog_vertex_color.cpp b/Polyhedron/examples/Polyhedron/polyhedron_prog_vertex_color.cpp index b86c30dcad2..1a29a2674e9 100644 --- a/Polyhedron/examples/Polyhedron/polyhedron_prog_vertex_color.cpp +++ b/Polyhedron/examples/Polyhedron/polyhedron_prog_vertex_color.cpp @@ -1,5 +1,3 @@ -// examples/Polyhedron/polyhedron_prog_vertex_color.C -// -------------------------------------------------- #include #include #include diff --git a/Polyhedron/examples/Polyhedron/polyhedron_prog_vertex_normal.cpp b/Polyhedron/examples/Polyhedron/polyhedron_prog_vertex_normal.cpp index e61290a949b..4be9db6c545 100644 --- a/Polyhedron/examples/Polyhedron/polyhedron_prog_vertex_normal.cpp +++ b/Polyhedron/examples/Polyhedron/polyhedron_prog_vertex_normal.cpp @@ -1,5 +1,3 @@ -// examples/Polyhedron/polyhedron_prog_vertex_normals.C -// ---------------------------------------------------- // computes the normal vector for facets, assuming they are triangles // (or at least reasonably planar convex polygons), and the normal // vector for vertices by accumulating the normal vectors of all diff --git a/Polyhedron/examples/Polyhedron/polyhedron_self_intersection.cpp b/Polyhedron/examples/Polyhedron/polyhedron_self_intersection.cpp index e53053b2e08..5bea593eaa1 100644 --- a/Polyhedron/examples/Polyhedron/polyhedron_self_intersection.cpp +++ b/Polyhedron/examples/Polyhedron/polyhedron_self_intersection.cpp @@ -1,4 +1,3 @@ - #include #include #include diff --git a/Skin_surface_3/examples/Skin_surface_3/NGHK_skin_surface_simple.cpp b/Skin_surface_3/examples/Skin_surface_3/NGHK_skin_surface_simple.cpp index e0fa64b3b3e..0022f904b7d 100644 --- a/Skin_surface_3/examples/Skin_surface_3/NGHK_skin_surface_simple.cpp +++ b/Skin_surface_3/examples/Skin_surface_3/NGHK_skin_surface_simple.cpp @@ -1,7 +1,6 @@ // #define CGAL_PROFILE // #define CGAL_NO_ASSERTIONS -// examples/Skin_surface_3/skin_surface_simple.C #include #include #include diff --git a/Skin_surface_3/examples/Skin_surface_3/NGHK_skin_surface_subdiv.cpp b/Skin_surface_3/examples/Skin_surface_3/NGHK_skin_surface_subdiv.cpp index 06fad6a169f..39835e1e4d4 100644 --- a/Skin_surface_3/examples/Skin_surface_3/NGHK_skin_surface_subdiv.cpp +++ b/Skin_surface_3/examples/Skin_surface_3/NGHK_skin_surface_subdiv.cpp @@ -1,4 +1,3 @@ -// examples/Skin_surface_3/NGHK_skin_surface_subdiv.C //#define CGAL_PROFILE //#define CGAL_NO_ASSERTIONS diff --git a/Skin_surface_3/examples/Skin_surface_3/skin_surface_pdb_reader.cpp b/Skin_surface_3/examples/Skin_surface_3/skin_surface_pdb_reader.cpp index 8f17066bb69..b03ed4c1d6e 100644 --- a/Skin_surface_3/examples/Skin_surface_3/skin_surface_pdb_reader.cpp +++ b/Skin_surface_3/examples/Skin_surface_3/skin_surface_pdb_reader.cpp @@ -1,4 +1,3 @@ -// examples/Skin_surface_3/skin_surface_pdb_reader.C #include #include #include diff --git a/Skin_surface_3/examples/Skin_surface_3/skin_surface_simple.cpp b/Skin_surface_3/examples/Skin_surface_3/skin_surface_simple.cpp index c02288cfade..32996bcd2aa 100644 --- a/Skin_surface_3/examples/Skin_surface_3/skin_surface_simple.cpp +++ b/Skin_surface_3/examples/Skin_surface_3/skin_surface_simple.cpp @@ -1,4 +1,3 @@ -// examples/Skin_surface_3/skin_surface_simple.C #include #include #include @@ -8,7 +7,7 @@ typedef K::Point_3 Bare_point; typedef CGAL::Weighted_point Weighted_point; typedef CGAL::Polyhedron_3 Polyhedron; -int main(int argc, char *argv[]) { +int main() { std::list l; double shrinkfactor = 0.5; diff --git a/Skin_surface_3/examples/Skin_surface_3/skin_surface_subdiv.cpp b/Skin_surface_3/examples/Skin_surface_3/skin_surface_subdiv.cpp index af4205d4e18..0c43b0fb19f 100644 --- a/Skin_surface_3/examples/Skin_surface_3/skin_surface_subdiv.cpp +++ b/Skin_surface_3/examples/Skin_surface_3/skin_surface_subdiv.cpp @@ -1,4 +1,3 @@ -// examples/Skin_surface_3/skin_surface_subdiv.C #include #include #include @@ -17,7 +16,7 @@ typedef Weighted_point::Point Bare_point; typedef CGAL::Polyhedron_3 > Polyhedron; -int main(int argc, char *argv[]) { +int main() { std::list l; FT shrinkfactor = 0.5; diff --git a/Skin_surface_3/examples/Skin_surface_3/skin_surface_subdiv_with_normals.cpp b/Skin_surface_3/examples/Skin_surface_3/skin_surface_subdiv_with_normals.cpp index f1d7de5cca7..96a70f3648d 100644 --- a/Skin_surface_3/examples/Skin_surface_3/skin_surface_subdiv_with_normals.cpp +++ b/Skin_surface_3/examples/Skin_surface_3/skin_surface_subdiv_with_normals.cpp @@ -1,4 +1,3 @@ -// examples/Skin_surface_3/skin_surface_subdiv_with_normals.C #include #include #include @@ -17,7 +16,7 @@ typedef Skin_surface_3::Weighted_point Weighted_point; typedef Weighted_point::Point Bare_point; typedef CGAL::Polyhedron_3 Polyhedron; -int main(int argc, char *argv[]) { +int main() { std::list l; FT shrinkfactor = 0.5; diff --git a/Skin_surface_3/examples/Skin_surface_3/skin_surface_with_surface_mesher.cpp b/Skin_surface_3/examples/Skin_surface_3/skin_surface_with_surface_mesher.cpp index d8de1b03f05..a5dfc309944 100644 --- a/Skin_surface_3/examples/Skin_surface_3/skin_surface_with_surface_mesher.cpp +++ b/Skin_surface_3/examples/Skin_surface_3/skin_surface_with_surface_mesher.cpp @@ -1,6 +1,5 @@ #define CGAL_SURFACE_MESHER_VERBOSE 1 -// file examples/Skin_surface_3/skin_surface_with_surface_mesher.cpp #include #include @@ -28,7 +27,7 @@ typedef Kernel::Point_3 Point_3; typedef Kernel::FT FT; -int main(int, char **) { +int main() { // Construct the Skin_surface_3 object: std::list l; RT shrinkfactor = 0.5; diff --git a/Skin_surface_3/examples/Skin_surface_3/union_of_balls_simple.cpp b/Skin_surface_3/examples/Skin_surface_3/union_of_balls_simple.cpp index f36fbfaa1b2..1985fac70e7 100644 --- a/Skin_surface_3/examples/Skin_surface_3/union_of_balls_simple.cpp +++ b/Skin_surface_3/examples/Skin_surface_3/union_of_balls_simple.cpp @@ -1,4 +1,3 @@ -// examples/Skin_surface_3/union_of_balls_simple.C #include #include #include @@ -12,7 +11,7 @@ typedef Union_of_balls_3::Weighted_point Weighted_point; typedef Weighted_point::Point Bare_point; typedef CGAL::Polyhedron_3 Polyhedron; -int main(int argc, char *argv[]) { +int main() { std::list l; l.push_front(Weighted_point(Bare_point(0,0,0), 1)); diff --git a/Skin_surface_3/examples/Skin_surface_3/union_of_balls_subdiv.cpp b/Skin_surface_3/examples/Skin_surface_3/union_of_balls_subdiv.cpp index 6f0566479fd..e8420bba226 100644 --- a/Skin_surface_3/examples/Skin_surface_3/union_of_balls_subdiv.cpp +++ b/Skin_surface_3/examples/Skin_surface_3/union_of_balls_subdiv.cpp @@ -1,4 +1,3 @@ -// examples/Skin_surface_3/union_of_balls_subdiv.C #include #include #include @@ -16,7 +15,7 @@ typedef Weighted_point::Point Bare_point; typedef CGAL::Polyhedron_3 > Polyhedron; -int main(int argc, char *argv[]) { +int main() { std::list l; l.push_front(Weighted_point(Bare_point( 1,-1,-1), 1.25)); diff --git a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Authalic_parameterization.cpp b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Authalic_parameterization.cpp index 606aef12f68..de088eae988 100644 --- a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Authalic_parameterization.cpp +++ b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Authalic_parameterization.cpp @@ -1,5 +1,3 @@ -// Authalic_parameterization.cpp - #include #include #include @@ -102,5 +100,3 @@ int main(int argc, char * argv[]) return (err == Parameterizer::OK) ? EXIT_SUCCESS : EXIT_FAILURE; } - - diff --git a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Complete_parameterization_example.cpp b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Complete_parameterization_example.cpp index 1ff8efbdc50..2fc876399df 100644 --- a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Complete_parameterization_example.cpp +++ b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Complete_parameterization_example.cpp @@ -1,5 +1,3 @@ -// Complete_parameterization_example.cpp - #include // include basic.h before testing #defines #ifdef CGAL_USE_TAUCS @@ -296,12 +294,10 @@ int main(int argc, char * argv[]) // Empty main() if TAUCS is not installed // ---------------------------------------------------------------------------- -int main(int argc, char * argv[]) +int main() { std::cerr << "Skip test as TAUCS is not installed" << std::endl; return EXIT_SUCCESS; } - #endif // CGAL_USE_TAUCS - diff --git a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Mesh_cutter.cpp b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Mesh_cutter.cpp index 8661e851cdd..8ac14587051 100644 --- a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Mesh_cutter.cpp +++ b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Mesh_cutter.cpp @@ -209,4 +209,3 @@ Polyhedron_ex::Halfedge_handle Mesh_cutter::pick_best_halfedge( } return pBest; } - diff --git a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Mesh_cutting_parameterization.cpp b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Mesh_cutting_parameterization.cpp index 3bfe3184ef3..2df6e169619 100644 --- a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Mesh_cutting_parameterization.cpp +++ b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Mesh_cutting_parameterization.cpp @@ -1,5 +1,3 @@ -// Mesh_cutting_parameterization.cpp - #include #include #include @@ -188,5 +186,3 @@ int main(int argc, char * argv[]) return (err == Parameterizer::OK) ? EXIT_SUCCESS : EXIT_FAILURE; } - - diff --git a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Simple_parameterization.cpp b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Simple_parameterization.cpp index 6a56c6b6866..ecc1da54272 100644 --- a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Simple_parameterization.cpp +++ b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Simple_parameterization.cpp @@ -1,5 +1,3 @@ -// Simple_parameterization.cpp - #include #include #include @@ -100,5 +98,3 @@ int main(int argc, char * argv[]) return (err == Parameterizer::OK) ? EXIT_SUCCESS : EXIT_FAILURE; } - - diff --git a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Square_border_parameterization.cpp b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Square_border_parameterization.cpp index 7aba0376bc6..0ba5f757d89 100644 --- a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Square_border_parameterization.cpp +++ b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Square_border_parameterization.cpp @@ -1,5 +1,3 @@ -// Square_border_parameterization.cpp - #include #include #include @@ -106,5 +104,3 @@ int main(int argc, char * argv[]) return (err == Parameterizer::OK) ? EXIT_SUCCESS : EXIT_FAILURE; } - - diff --git a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Taucs_parameterization.cpp b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Taucs_parameterization.cpp index 3ba3d765c05..a95109ab31c 100644 --- a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Taucs_parameterization.cpp +++ b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/Taucs_parameterization.cpp @@ -1,5 +1,3 @@ -// Taucs_parameterization.cpp - #include // include basic.h before testing #defines #ifdef CGAL_USE_TAUCS @@ -129,12 +127,10 @@ int main(int argc, char * argv[]) // Empty main() if TAUCS is not installed // ---------------------------------------------------------------------------- -int main(int argc, char * argv[]) +int main() { std::cerr << "Skip test as TAUCS is not installed" << std::endl; return EXIT_SUCCESS; } - #endif // CGAL_USE_TAUCS - diff --git a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/polyhedron_ex_parameterization.cpp b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/polyhedron_ex_parameterization.cpp index 3206d7e745a..ec142dd520d 100644 --- a/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/polyhedron_ex_parameterization.cpp +++ b/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/polyhedron_ex_parameterization.cpp @@ -1,6 +1,3 @@ -// polyhedron_ex_parameterization.cpp - - // ---------------------------------------------------------------------------- // USAGE EXAMPLES // ---------------------------------------------------------------------------- @@ -549,5 +546,3 @@ try { return (err == Parameterizer::OK) ? EXIT_SUCCESS : EXIT_FAILURE; } - - diff --git a/Surface_mesher/examples/Surface_mesher/mesh_a_3d_gray_image.cpp b/Surface_mesher/examples/Surface_mesher/mesh_a_3d_gray_image.cpp index 503ba9915e7..7d5d51c3349 100644 --- a/Surface_mesher/examples/Surface_mesher/mesh_a_3d_gray_image.cpp +++ b/Surface_mesher/examples/Surface_mesher/mesh_a_3d_gray_image.cpp @@ -1,4 +1,3 @@ -// file examples/Surface_mesher/mesh_a_3d_gray_image.cpp #include #include #include @@ -15,7 +14,7 @@ typedef Tr::Geom_traits GT; typedef CGAL::Gray_level_image_3 Gray_level_image; typedef CGAL::Implicit_surface_3 Surface_3; -int main(int, char **) { +int main() { Tr tr; // 3D-Delaunay triangulation C2t3 c2t3 (tr); // 2D-complex in 3D-Delaunay triangulation diff --git a/Surface_mesher/examples/Surface_mesher/mesh_an_implicit_function.cpp b/Surface_mesher/examples/Surface_mesher/mesh_an_implicit_function.cpp index 4b1e5f17c35..f75e8399bd5 100644 --- a/Surface_mesher/examples/Surface_mesher/mesh_an_implicit_function.cpp +++ b/Surface_mesher/examples/Surface_mesher/mesh_an_implicit_function.cpp @@ -1,4 +1,3 @@ -// file examples/Surface_mesher/mesh_an_implicit_function.cpp #include #include #include @@ -24,7 +23,7 @@ FT sphere_function (Point_3 p) { return x2+y2+z2-1; } -int main(int, char **) { +int main() { Tr tr; // 3D-Delaunay triangulation C2t3 c2t3 (tr); // 2D-complex in 3D-Delaunay triangulation diff --git a/Timer/examples/Timer/Profile_counter.cpp b/Timer/examples/Timer/Profile_counter.cpp index f2b1eb89677..4d79015c3b8 100644 --- a/Timer/examples/Timer/Profile_counter.cpp +++ b/Timer/examples/Timer/Profile_counter.cpp @@ -1,5 +1,3 @@ -// examples/Timer/Profile_counter.cpp - #define CGAL_PROFILE #include diff --git a/Timer/examples/Timer/Profile_histogram_counter.cpp b/Timer/examples/Timer/Profile_histogram_counter.cpp index e72df8bb858..cb2b3c5bad5 100644 --- a/Timer/examples/Timer/Profile_histogram_counter.cpp +++ b/Timer/examples/Timer/Profile_histogram_counter.cpp @@ -1,5 +1,3 @@ -// examples/Timer/Profile_histogram_counter.cpp - #define CGAL_PROFILE #include diff --git a/Triangulation_3/examples/Triangulation_3/simple.cpp b/Triangulation_3/examples/Triangulation_3/simple.cpp index 88885729c90..52f5d92e3b4 100644 --- a/Triangulation_3/examples/Triangulation_3/simple.cpp +++ b/Triangulation_3/examples/Triangulation_3/simple.cpp @@ -1,5 +1,3 @@ -// examples/Triangulation_3/example_simple.C - #include #include diff --git a/Triangulation_3/examples/Triangulation_3/simplex.cpp b/Triangulation_3/examples/Triangulation_3/simplex.cpp index 62740ced688..37b6c638251 100644 --- a/Triangulation_3/examples/Triangulation_3/simplex.cpp +++ b/Triangulation_3/examples/Triangulation_3/simplex.cpp @@ -1,5 +1,3 @@ -// examples/Triangulation_3/example_simplex.C - #include #include diff --git a/Voronoi_diagram_2/examples/Voronoi_diagram_2/point_location.cpp b/Voronoi_diagram_2/examples/Voronoi_diagram_2/point_location.cpp index dd99e318d09..fc7e8ea3b4b 100644 --- a/Voronoi_diagram_2/examples/Voronoi_diagram_2/point_location.cpp +++ b/Voronoi_diagram_2/examples/Voronoi_diagram_2/point_location.cpp @@ -1,5 +1,3 @@ -// examples/Voronoi_diagram_2/point_location.C - #include // standard includes