From c8fe11321ce33e6e03127af1d91e667a81d69ec4 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Sat, 27 Jan 2007 21:16:53 +0000 Subject: [PATCH] rename .C to .cpp --- .../test/Convex_hull_3/{degeneracy_test.C => degeneracy_test.cpp} | 0 ...ckhull_degenerate_test_3.C => quickhull_degenerate_test_3.cpp} | 0 .../Convex_hull_3/{quickhull_test_3.C => quickhull_test_3.cpp} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Convex_hull_3/test/Convex_hull_3/{degeneracy_test.C => degeneracy_test.cpp} (100%) rename Convex_hull_3/test/Convex_hull_3/{quickhull_degenerate_test_3.C => quickhull_degenerate_test_3.cpp} (100%) rename Convex_hull_3/test/Convex_hull_3/{quickhull_test_3.C => quickhull_test_3.cpp} (100%) diff --git a/Convex_hull_3/test/Convex_hull_3/degeneracy_test.C b/Convex_hull_3/test/Convex_hull_3/degeneracy_test.cpp similarity index 100% rename from Convex_hull_3/test/Convex_hull_3/degeneracy_test.C rename to Convex_hull_3/test/Convex_hull_3/degeneracy_test.cpp diff --git a/Convex_hull_3/test/Convex_hull_3/quickhull_degenerate_test_3.C b/Convex_hull_3/test/Convex_hull_3/quickhull_degenerate_test_3.cpp similarity index 100% rename from Convex_hull_3/test/Convex_hull_3/quickhull_degenerate_test_3.C rename to Convex_hull_3/test/Convex_hull_3/quickhull_degenerate_test_3.cpp diff --git a/Convex_hull_3/test/Convex_hull_3/quickhull_test_3.C b/Convex_hull_3/test/Convex_hull_3/quickhull_test_3.cpp similarity index 100% rename from Convex_hull_3/test/Convex_hull_3/quickhull_test_3.C rename to Convex_hull_3/test/Convex_hull_3/quickhull_test_3.cpp