From 7b22018963eb05cce8530d342318fcb98f208ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 12 Sep 2016 15:07:25 +0200 Subject: [PATCH] move unused files to archive --- .../demo/Surface_mesher/debug_macros.h | 0 .../Surface_mesher/implicit_functions.cpp | 0 .../demo/Surface_mesher/implicit_functions.h | 0 .../implicit_surface_mesher.cpp | 0 .../Surface_mesher/inputs/ALSTOM_TEST4.off | 0 .../demo/Surface_mesher/inputs/boeing.off | 0 .../demo/Surface_mesher/inputs/geosphere.off | 0 .../Surface_mesher/inputs/triceratops.off | 0 .../demo/Surface_mesher/parameters.cpp | 0 .../demo/Surface_mesher/parameters.h | 0 .../Surface_mesher/polyhedron_remesher.cpp | 0 .../polyhedron_remesher_with_edges.cpp | 0 .../demo/Surface_mesher/replay-tangle | 0 .../Surface_mesher/polyhedron_remesher.cpp | 0 .../include/CGAL/Polyhedral_surface_3.h | 0 .../{ => archive}/include/CGAL/builder.h | 0 .../include/CGAL/enriched_polyhedron.h | 0 .../include/CGAL/pws_loop_subdivision.h | 0 .../internal-test-surface-mesher.cpp | 0 .../Surface_mesher/mesh_moebius_strip.cpp | 0 Surface_mesher/dont_submit | 20 ------------------- 21 files changed, 20 deletions(-) rename Surface_mesher/{ => archive}/demo/Surface_mesher/debug_macros.h (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/implicit_functions.cpp (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/implicit_functions.h (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/implicit_surface_mesher.cpp (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/inputs/ALSTOM_TEST4.off (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/inputs/boeing.off (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/inputs/geosphere.off (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/inputs/triceratops.off (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/parameters.cpp (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/parameters.h (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/polyhedron_remesher.cpp (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/polyhedron_remesher_with_edges.cpp (100%) rename Surface_mesher/{ => archive}/demo/Surface_mesher/replay-tangle (100%) rename Surface_mesher/{ => archive}/examples/Surface_mesher/polyhedron_remesher.cpp (100%) rename Surface_mesher/{ => archive}/include/CGAL/Polyhedral_surface_3.h (100%) rename Surface_mesher/{ => archive}/include/CGAL/builder.h (100%) rename Surface_mesher/{ => archive}/include/CGAL/enriched_polyhedron.h (100%) rename Surface_mesher/{ => archive}/include/CGAL/pws_loop_subdivision.h (100%) rename Surface_mesher/{ => archive}/test/Surface_mesher/internal-test-surface-mesher.cpp (100%) rename Surface_mesher/{ => archive}/test/Surface_mesher/mesh_moebius_strip.cpp (100%) delete mode 100644 Surface_mesher/dont_submit diff --git a/Surface_mesher/demo/Surface_mesher/debug_macros.h b/Surface_mesher/archive/demo/Surface_mesher/debug_macros.h similarity index 100% rename from Surface_mesher/demo/Surface_mesher/debug_macros.h rename to Surface_mesher/archive/demo/Surface_mesher/debug_macros.h diff --git a/Surface_mesher/demo/Surface_mesher/implicit_functions.cpp b/Surface_mesher/archive/demo/Surface_mesher/implicit_functions.cpp similarity index 100% rename from Surface_mesher/demo/Surface_mesher/implicit_functions.cpp rename to Surface_mesher/archive/demo/Surface_mesher/implicit_functions.cpp diff --git a/Surface_mesher/demo/Surface_mesher/implicit_functions.h b/Surface_mesher/archive/demo/Surface_mesher/implicit_functions.h similarity index 100% rename from Surface_mesher/demo/Surface_mesher/implicit_functions.h rename to Surface_mesher/archive/demo/Surface_mesher/implicit_functions.h diff --git a/Surface_mesher/demo/Surface_mesher/implicit_surface_mesher.cpp b/Surface_mesher/archive/demo/Surface_mesher/implicit_surface_mesher.cpp similarity index 100% rename from Surface_mesher/demo/Surface_mesher/implicit_surface_mesher.cpp rename to Surface_mesher/archive/demo/Surface_mesher/implicit_surface_mesher.cpp diff --git a/Surface_mesher/demo/Surface_mesher/inputs/ALSTOM_TEST4.off b/Surface_mesher/archive/demo/Surface_mesher/inputs/ALSTOM_TEST4.off similarity index 100% rename from Surface_mesher/demo/Surface_mesher/inputs/ALSTOM_TEST4.off rename to Surface_mesher/archive/demo/Surface_mesher/inputs/ALSTOM_TEST4.off diff --git a/Surface_mesher/demo/Surface_mesher/inputs/boeing.off b/Surface_mesher/archive/demo/Surface_mesher/inputs/boeing.off similarity index 100% rename from Surface_mesher/demo/Surface_mesher/inputs/boeing.off rename to Surface_mesher/archive/demo/Surface_mesher/inputs/boeing.off diff --git a/Surface_mesher/demo/Surface_mesher/inputs/geosphere.off b/Surface_mesher/archive/demo/Surface_mesher/inputs/geosphere.off similarity index 100% rename from Surface_mesher/demo/Surface_mesher/inputs/geosphere.off rename to Surface_mesher/archive/demo/Surface_mesher/inputs/geosphere.off diff --git a/Surface_mesher/demo/Surface_mesher/inputs/triceratops.off b/Surface_mesher/archive/demo/Surface_mesher/inputs/triceratops.off similarity index 100% rename from Surface_mesher/demo/Surface_mesher/inputs/triceratops.off rename to Surface_mesher/archive/demo/Surface_mesher/inputs/triceratops.off diff --git a/Surface_mesher/demo/Surface_mesher/parameters.cpp b/Surface_mesher/archive/demo/Surface_mesher/parameters.cpp similarity index 100% rename from Surface_mesher/demo/Surface_mesher/parameters.cpp rename to Surface_mesher/archive/demo/Surface_mesher/parameters.cpp diff --git a/Surface_mesher/demo/Surface_mesher/parameters.h b/Surface_mesher/archive/demo/Surface_mesher/parameters.h similarity index 100% rename from Surface_mesher/demo/Surface_mesher/parameters.h rename to Surface_mesher/archive/demo/Surface_mesher/parameters.h diff --git a/Surface_mesher/demo/Surface_mesher/polyhedron_remesher.cpp b/Surface_mesher/archive/demo/Surface_mesher/polyhedron_remesher.cpp similarity index 100% rename from Surface_mesher/demo/Surface_mesher/polyhedron_remesher.cpp rename to Surface_mesher/archive/demo/Surface_mesher/polyhedron_remesher.cpp diff --git a/Surface_mesher/demo/Surface_mesher/polyhedron_remesher_with_edges.cpp b/Surface_mesher/archive/demo/Surface_mesher/polyhedron_remesher_with_edges.cpp similarity index 100% rename from Surface_mesher/demo/Surface_mesher/polyhedron_remesher_with_edges.cpp rename to Surface_mesher/archive/demo/Surface_mesher/polyhedron_remesher_with_edges.cpp diff --git a/Surface_mesher/demo/Surface_mesher/replay-tangle b/Surface_mesher/archive/demo/Surface_mesher/replay-tangle similarity index 100% rename from Surface_mesher/demo/Surface_mesher/replay-tangle rename to Surface_mesher/archive/demo/Surface_mesher/replay-tangle diff --git a/Surface_mesher/examples/Surface_mesher/polyhedron_remesher.cpp b/Surface_mesher/archive/examples/Surface_mesher/polyhedron_remesher.cpp similarity index 100% rename from Surface_mesher/examples/Surface_mesher/polyhedron_remesher.cpp rename to Surface_mesher/archive/examples/Surface_mesher/polyhedron_remesher.cpp diff --git a/Surface_mesher/include/CGAL/Polyhedral_surface_3.h b/Surface_mesher/archive/include/CGAL/Polyhedral_surface_3.h similarity index 100% rename from Surface_mesher/include/CGAL/Polyhedral_surface_3.h rename to Surface_mesher/archive/include/CGAL/Polyhedral_surface_3.h diff --git a/Surface_mesher/include/CGAL/builder.h b/Surface_mesher/archive/include/CGAL/builder.h similarity index 100% rename from Surface_mesher/include/CGAL/builder.h rename to Surface_mesher/archive/include/CGAL/builder.h diff --git a/Surface_mesher/include/CGAL/enriched_polyhedron.h b/Surface_mesher/archive/include/CGAL/enriched_polyhedron.h similarity index 100% rename from Surface_mesher/include/CGAL/enriched_polyhedron.h rename to Surface_mesher/archive/include/CGAL/enriched_polyhedron.h diff --git a/Surface_mesher/include/CGAL/pws_loop_subdivision.h b/Surface_mesher/archive/include/CGAL/pws_loop_subdivision.h similarity index 100% rename from Surface_mesher/include/CGAL/pws_loop_subdivision.h rename to Surface_mesher/archive/include/CGAL/pws_loop_subdivision.h diff --git a/Surface_mesher/test/Surface_mesher/internal-test-surface-mesher.cpp b/Surface_mesher/archive/test/Surface_mesher/internal-test-surface-mesher.cpp similarity index 100% rename from Surface_mesher/test/Surface_mesher/internal-test-surface-mesher.cpp rename to Surface_mesher/archive/test/Surface_mesher/internal-test-surface-mesher.cpp diff --git a/Surface_mesher/test/Surface_mesher/mesh_moebius_strip.cpp b/Surface_mesher/archive/test/Surface_mesher/mesh_moebius_strip.cpp similarity index 100% rename from Surface_mesher/test/Surface_mesher/mesh_moebius_strip.cpp rename to Surface_mesher/archive/test/Surface_mesher/mesh_moebius_strip.cpp diff --git a/Surface_mesher/dont_submit b/Surface_mesher/dont_submit deleted file mode 100644 index 3880eea80f0..00000000000 --- a/Surface_mesher/dont_submit +++ /dev/null @@ -1,20 +0,0 @@ -builder.h -Complex_2_in_triangulation_3 -Complex_2_in_triangulation_3_ref -find_debug_macros -find_non_debug_macros -internal-test-surface-mesher.cpp -mesh_moebius_strip.cpp -Polyhedral_surface_3.h -polyhedron_remesher.cpp -polyhedron_remesher_with_edges.cpp -pws_loop_subdivision.h -enriched_polyhedron.h -debug_macros.h -implicit_functions.cpp -implicit_functions.h -implicit_surface_mesher.cpp -inputs -parameters.cpp -parameters.h -replay*