From d5d50503c721ca127c49d6f0a65491a290edd05f Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 9 Oct 2014 14:02:56 +0000 Subject: [PATCH] changed the filnenames to avoid possible trouble with OS oblivious to letter case --- vcg/space/index/index2d/{base_2d.h => base2d.h} | 0 vcg/space/index/index2d/{closest_2d.h => closest2d.h} | 0 vcg/space/index/index2d/{grid_closest_2d.h => grid_closest2d.h} | 0 vcg/space/index/index2d/{grid_util_2d.h => grid_util2d.h} | 0 .../index/index2d/{space_iterators_2d.h => space_iterators2d.h} | 0 .../index/index2d/{spatial_hashing_2d.h => spatial_hashing2d.h} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename vcg/space/index/index2d/{base_2d.h => base2d.h} (100%) rename vcg/space/index/index2d/{closest_2d.h => closest2d.h} (100%) rename vcg/space/index/index2d/{grid_closest_2d.h => grid_closest2d.h} (100%) rename vcg/space/index/index2d/{grid_util_2d.h => grid_util2d.h} (100%) rename vcg/space/index/index2d/{space_iterators_2d.h => space_iterators2d.h} (100%) rename vcg/space/index/index2d/{spatial_hashing_2d.h => spatial_hashing2d.h} (100%) diff --git a/vcg/space/index/index2d/base_2d.h b/vcg/space/index/index2d/base2d.h similarity index 100% rename from vcg/space/index/index2d/base_2d.h rename to vcg/space/index/index2d/base2d.h diff --git a/vcg/space/index/index2d/closest_2d.h b/vcg/space/index/index2d/closest2d.h similarity index 100% rename from vcg/space/index/index2d/closest_2d.h rename to vcg/space/index/index2d/closest2d.h diff --git a/vcg/space/index/index2d/grid_closest_2d.h b/vcg/space/index/index2d/grid_closest2d.h similarity index 100% rename from vcg/space/index/index2d/grid_closest_2d.h rename to vcg/space/index/index2d/grid_closest2d.h diff --git a/vcg/space/index/index2d/grid_util_2d.h b/vcg/space/index/index2d/grid_util2d.h similarity index 100% rename from vcg/space/index/index2d/grid_util_2d.h rename to vcg/space/index/index2d/grid_util2d.h diff --git a/vcg/space/index/index2d/space_iterators_2d.h b/vcg/space/index/index2d/space_iterators2d.h similarity index 100% rename from vcg/space/index/index2d/space_iterators_2d.h rename to vcg/space/index/index2d/space_iterators2d.h diff --git a/vcg/space/index/index2d/spatial_hashing_2d.h b/vcg/space/index/index2d/spatial_hashing2d.h similarity index 100% rename from vcg/space/index/index2d/spatial_hashing_2d.h rename to vcg/space/index/index2d/spatial_hashing2d.h