From a9457157276a5d8ff713dc08000ed2e17e807619 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 9 Oct 2014 12:30:04 +0000 Subject: [PATCH] renaming to lowercase --- .../hashing_2D/{test_hash2D.cpp => test_hash2d.cpp} | 0 apps/sample/hashing_2D/test_hash2d.pro | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename apps/sample/hashing_2D/{test_hash2D.cpp => test_hash2d.cpp} (100%) diff --git a/apps/sample/hashing_2D/test_hash2D.cpp b/apps/sample/hashing_2D/test_hash2d.cpp similarity index 100% rename from apps/sample/hashing_2D/test_hash2D.cpp rename to apps/sample/hashing_2D/test_hash2d.cpp diff --git a/apps/sample/hashing_2D/test_hash2d.pro b/apps/sample/hashing_2D/test_hash2d.pro index 8e5dd26a..7db83219 100644 --- a/apps/sample/hashing_2D/test_hash2d.pro +++ b/apps/sample/hashing_2D/test_hash2d.pro @@ -7,9 +7,9 @@ DEPENDPATH += . INCLUDEPATH += . ../../.. CONFIG += console stl TEMPLATE = app -HEADERS += ../../../vcg/space/index/index2D/grid_static_ptr_2d.h\ - ../../../vcg/space/index/index2D/closest_2d.h\ - ../../../vcg/space/index/index2D/space_iterators_2d.h\ - ../../../vcg/space/index/index2D/grid_closest_2d.h +HEADERS += ../../../vcg/space/index/index2d/grid_static_ptr_2d.h\ + ../../../vcg/space/index/index2d/closest_2d.h\ + ../../../vcg/space/index/index2d/space_iterators_2d.h\ + ../../../vcg/space/index/index2d/grid_closest_2d.h SOURCES += test_hash2d.cpp