From 1d686a07b5d5c3e69e09a4c1e2e093fde46a5870 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Sun, 5 Aug 2012 11:22:11 +0000 Subject: [PATCH] new packagename --- .gitignore | 10 +++++----- .../test/{CGALimageIO => CGAL_ImageIO}/CMakeLists.txt | 0 .../test_trilinear_interpolation.cpp | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename CGAL_ImageIO/test/{CGALimageIO => CGAL_ImageIO}/CMakeLists.txt (100%) rename CGAL_ImageIO/test/{CGALimageIO => CGAL_ImageIO}/test_trilinear_interpolation.cpp (100%) diff --git a/.gitignore b/.gitignore index 926b89bb66c..19fd1815282 100644 --- a/.gitignore +++ b/.gitignore @@ -80,11 +80,11 @@ CGAL_ImageIO/examples/CGALimageIO/convert_raw_image_to_inr CGAL_ImageIO/examples/CGALimageIO/makefile CGAL_ImageIO/examples/CGALimageIO/test_imageio CGAL_ImageIO/src/CGAL_ImageIO/Makefile -CGAL_ImageIO/test/CGALimageIO/*.exe -CGAL_ImageIO/test/CGALimageIO/*.sln -CGAL_ImageIO/test/CGALimageIO/*.vcproj -CGAL_ImageIO/test/CGALimageIO/Makefile -CGAL_ImageIO/test/CGALimageIO/test_trilinear_interpolation +CGAL_ImageIO/test/CGAL_ImageIO/*.exe +CGAL_ImageIO/test/CGAL_ImageIO/*.sln +CGAL_ImageIO/test/CGAL_ImageIO/*.vcproj +CGAL_ImageIO/test/CGAL_ImageIO/Makefile +CGAL_ImageIO/test/CGAL_ImageIO/test_trilinear_interpolation Circular_kernel_3/demo/Circular_kernel_3/*.exe Circular_kernel_3/demo/Circular_kernel_3/*.sln Circular_kernel_3/demo/Circular_kernel_3/*.vcproj diff --git a/CGAL_ImageIO/test/CGALimageIO/CMakeLists.txt b/CGAL_ImageIO/test/CGAL_ImageIO/CMakeLists.txt similarity index 100% rename from CGAL_ImageIO/test/CGALimageIO/CMakeLists.txt rename to CGAL_ImageIO/test/CGAL_ImageIO/CMakeLists.txt diff --git a/CGAL_ImageIO/test/CGALimageIO/test_trilinear_interpolation.cpp b/CGAL_ImageIO/test/CGAL_ImageIO/test_trilinear_interpolation.cpp similarity index 100% rename from CGAL_ImageIO/test/CGALimageIO/test_trilinear_interpolation.cpp rename to CGAL_ImageIO/test/CGAL_ImageIO/test_trilinear_interpolation.cpp