summaryrefslogtreecommitdiff
path: root/data/points
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-14 09:28:33 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-14 09:28:33 +0000
commit0ba8c838da6c82e9ff26e787e32057c803996b40 (patch)
treecd8d2fa8fe1be691985dd60f319c8063e784f3dc /data/points
parent956403526264a5dc25f289940f066da5dabc7cf4 (diff)
data points generator to follow convention naming
Alpha_complex instead of Alpha_shape git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/fix_naming@1278 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 680d599dce4b87a570083ac16c6574166d7af47d
Diffstat (limited to 'data/points')
-rw-r--r--data/points/generator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/points/generator/CMakeLists.txt b/data/points/generator/CMakeLists.txt
index f892aa50..13fb84fd 100644
--- a/data/points/generator/CMakeLists.txt
+++ b/data/points/generator/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.6)
-project(GUDHIPointsGenerator)
+project(Data_points_generator)
if(CGAL_FOUND)
if (NOT CGAL_VERSION VERSION_LESS 4.6.0)