From 52497369187796f6445c760a16e4782de3f92c95 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 9 Oct 2014 12:32:03 +0000 Subject: [PATCH] completed renaming to lowercase of space/index/index2d and hashing_test2d --- apps/sample/hashing_2D/test_hash2d.cpp | 4 ++-- vcg/space/index/{index2D => index2d}/base_2d.h | 0 vcg/space/index/{index2D => index2d}/closest_2d.h | 0 vcg/space/index/{index2D => index2d}/grid_closest_2d.h | 2 +- vcg/space/index/{index2D => index2d}/grid_static_ptr_2d.h | 4 ++-- vcg/space/index/{index2D => index2d}/grid_util_2d.h | 2 +- vcg/space/index/{index2D => index2d}/space_iterators_2d.h | 0 vcg/space/index/{index2D => index2d}/spatial_hashing_2d.h | 0 8 files changed, 6 insertions(+), 6 deletions(-) rename vcg/space/index/{index2D => index2d}/base_2d.h (100%) rename vcg/space/index/{index2D => index2d}/closest_2d.h (100%) rename vcg/space/index/{index2D => index2d}/grid_closest_2d.h (99%) rename vcg/space/index/{index2D => index2d}/grid_static_ptr_2d.h (98%) rename vcg/space/index/{index2D => index2d}/grid_util_2d.h (99%) rename vcg/space/index/{index2D => index2d}/space_iterators_2d.h (100%) rename vcg/space/index/{index2D => index2d}/spatial_hashing_2d.h (100%) diff --git a/apps/sample/hashing_2D/test_hash2d.cpp b/apps/sample/hashing_2D/test_hash2d.cpp index a7043ee7..d7807157 100644 --- a/apps/sample/hashing_2D/test_hash2d.cpp +++ b/apps/sample/hashing_2D/test_hash2d.cpp @@ -24,8 +24,8 @@ #include #include #include -#include -#include +#include +#include #include typedef double MyScalarType; diff --git a/vcg/space/index/index2D/base_2d.h b/vcg/space/index/index2d/base_2d.h similarity index 100% rename from vcg/space/index/index2D/base_2d.h rename to vcg/space/index/index2d/base_2d.h diff --git a/vcg/space/index/index2D/closest_2d.h b/vcg/space/index/index2d/closest_2d.h similarity index 100% rename from vcg/space/index/index2D/closest_2d.h rename to vcg/space/index/index2d/closest_2d.h diff --git a/vcg/space/index/index2D/grid_closest_2d.h b/vcg/space/index/index2d/grid_closest_2d.h similarity index 99% rename from vcg/space/index/index2D/grid_closest_2d.h rename to vcg/space/index/index2d/grid_closest_2d.h index d2e39d23..f1b7cbd7 100644 --- a/vcg/space/index/index2D/grid_closest_2d.h +++ b/vcg/space/index/index2d/grid_closest_2d.h @@ -24,7 +24,7 @@ #ifndef __VCGLIB_GRID_CLOSEST_2D #define __VCGLIB_GRID_CLOSEST_2D -#include +#include #include namespace vcg{ diff --git a/vcg/space/index/index2D/grid_static_ptr_2d.h b/vcg/space/index/index2d/grid_static_ptr_2d.h similarity index 98% rename from vcg/space/index/index2D/grid_static_ptr_2d.h rename to vcg/space/index/index2d/grid_static_ptr_2d.h index 134ad86e..af2b7e6d 100644 --- a/vcg/space/index/index2D/grid_static_ptr_2d.h +++ b/vcg/space/index/index2d/grid_static_ptr_2d.h @@ -30,8 +30,8 @@ #include #include -#include -#include +#include +#include namespace vcg { diff --git a/vcg/space/index/index2D/grid_util_2d.h b/vcg/space/index/index2d/grid_util_2d.h similarity index 99% rename from vcg/space/index/index2D/grid_util_2d.h rename to vcg/space/index/index2d/grid_util_2d.h index a24a8826..7b710a36 100644 --- a/vcg/space/index/index2D/grid_util_2d.h +++ b/vcg/space/index/index2d/grid_util_2d.h @@ -26,7 +26,7 @@ #ifndef __VCGLIB_GRID_UTIL_2D #define __VCGLIB_GRID_UTIL_2D -#include +#include #include diff --git a/vcg/space/index/index2D/space_iterators_2d.h b/vcg/space/index/index2d/space_iterators_2d.h similarity index 100% rename from vcg/space/index/index2D/space_iterators_2d.h rename to vcg/space/index/index2d/space_iterators_2d.h diff --git a/vcg/space/index/index2D/spatial_hashing_2d.h b/vcg/space/index/index2d/spatial_hashing_2d.h similarity index 100% rename from vcg/space/index/index2D/spatial_hashing_2d.h rename to vcg/space/index/index2d/spatial_hashing_2d.h