diff --git a/.gitattributes b/.gitattributes index 1aeaeb1c97d..8c57df26c72 100644 --- a/.gitattributes +++ b/.gitattributes @@ -348,11 +348,11 @@ BGL/doc_tex/BGL_ref/graph_traits_Polyhedron_3.tex -text BGL/doc_tex/BGL_ref/halfedge_graph_traits_Polyhedron_3.tex -text BGL/doc_tex/BGL_ref/intro.tex -text BGL/doc_tex/BGL_ref/main.tex -text -BGL/examples/BGL/BGL_arrangement_2/arr_print.h -text -BGL/examples/BGL/BGL_arrangement_2/makefile -text -BGL/examples/BGL/BGL_polyhedron_3/kruskal_with_stored_id.cpp -text -BGL/examples/BGL/BGL_polyhedron_3/makefile -text -BGL/examples/BGL/BGL_triangulation_2/makefile -text +BGL/examples/BGL_arrangement_2/arr_print.h -text +BGL/examples/BGL_arrangement_2/makefile -text +BGL/examples/BGL_polyhedron_3/kruskal_with_stored_id.cpp -text +BGL/examples/BGL_polyhedron_3/makefile -text +BGL/examples/BGL_triangulation_2/makefile -text BGL/include/CGAL/HalfedgeDS_face_max_base_with_id.h -text BGL/include/CGAL/HalfedgeDS_halfedge_max_base_with_id.h -text BGL/include/CGAL/HalfedgeDS_vertex_max_base_with_id.h -text diff --git a/BGL/examples/BGL/BGL_arrangement_2/arr_print.h b/BGL/examples/BGL_arrangement_2/arr_print.h similarity index 100% rename from BGL/examples/BGL/BGL_arrangement_2/arr_print.h rename to BGL/examples/BGL_arrangement_2/arr_print.h diff --git a/BGL/examples/BGL/BGL_arrangement_2/arr_rational_nt.h b/BGL/examples/BGL_arrangement_2/arr_rational_nt.h similarity index 100% rename from BGL/examples/BGL/BGL_arrangement_2/arr_rational_nt.h rename to BGL/examples/BGL_arrangement_2/arr_rational_nt.h diff --git a/BGL/examples/BGL/BGL_arrangement_2/dual.cpp b/BGL/examples/BGL_arrangement_2/dual.cpp similarity index 100% rename from BGL/examples/BGL/BGL_arrangement_2/dual.cpp rename to BGL/examples/BGL_arrangement_2/dual.cpp diff --git a/BGL/examples/BGL/BGL_arrangement_2/makefile b/BGL/examples/BGL_arrangement_2/makefile similarity index 100% rename from BGL/examples/BGL/BGL_arrangement_2/makefile rename to BGL/examples/BGL_arrangement_2/makefile diff --git a/BGL/examples/BGL/BGL_arrangement_2/primal.cpp b/BGL/examples/BGL_arrangement_2/primal.cpp similarity index 100% rename from BGL/examples/BGL/BGL_arrangement_2/primal.cpp rename to BGL/examples/BGL_arrangement_2/primal.cpp diff --git a/BGL/examples/BGL/BGL_polyhedron_3/kruskal.cpp b/BGL/examples/BGL_polyhedron_3/kruskal.cpp similarity index 100% rename from BGL/examples/BGL/BGL_polyhedron_3/kruskal.cpp rename to BGL/examples/BGL_polyhedron_3/kruskal.cpp diff --git a/BGL/examples/BGL/BGL_polyhedron_3/kruskal_with_stored_id.cpp b/BGL/examples/BGL_polyhedron_3/kruskal_with_stored_id.cpp similarity index 100% rename from BGL/examples/BGL/BGL_polyhedron_3/kruskal_with_stored_id.cpp rename to BGL/examples/BGL_polyhedron_3/kruskal_with_stored_id.cpp diff --git a/BGL/examples/BGL/BGL_polyhedron_3/makefile b/BGL/examples/BGL_polyhedron_3/makefile similarity index 100% rename from BGL/examples/BGL/BGL_polyhedron_3/makefile rename to BGL/examples/BGL_polyhedron_3/makefile diff --git a/BGL/examples/BGL/BGL_triangulation_2/dijkstra.cpp b/BGL/examples/BGL_triangulation_2/dijkstra.cpp similarity index 100% rename from BGL/examples/BGL/BGL_triangulation_2/dijkstra.cpp rename to BGL/examples/BGL_triangulation_2/dijkstra.cpp diff --git a/BGL/examples/BGL/BGL_triangulation_2/dijkstra_with_internal_property.cpp b/BGL/examples/BGL_triangulation_2/dijkstra_with_internal_property.cpp similarity index 100% rename from BGL/examples/BGL/BGL_triangulation_2/dijkstra_with_internal_property.cpp rename to BGL/examples/BGL_triangulation_2/dijkstra_with_internal_property.cpp diff --git a/BGL/examples/BGL/BGL_triangulation_2/emst.cpp b/BGL/examples/BGL_triangulation_2/emst.cpp similarity index 100% rename from BGL/examples/BGL/BGL_triangulation_2/emst.cpp rename to BGL/examples/BGL_triangulation_2/emst.cpp diff --git a/BGL/examples/BGL/BGL_triangulation_2/makefile b/BGL/examples/BGL_triangulation_2/makefile similarity index 100% rename from BGL/examples/BGL/BGL_triangulation_2/makefile rename to BGL/examples/BGL_triangulation_2/makefile