summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-01-19 16:33:41 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-01-19 16:33:41 +0000
commitc0ad466a28bd3cc0ac88c0bbd49fc2e0a711afe9 (patch)
tree7aad5b504c91c1086791333a8099bbc4d84a1470 /src/CMakeLists.txt
parentcccb605bb3beca6eeae7d7368a4c3cb48bda98c7 (diff)
Added a concept for Simplicial_complex, also added to doc about knn
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/witness@979 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7d0a98369571ba5fc40196f41e74dd9d54b094ec
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5e79e0b5..4598bc19 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -52,10 +52,10 @@ else()
add_subdirectory(example/Persistent_cohomology)
add_subdirectory(example/Skeleton_blocker)
add_subdirectory(example/Contraction)
- add_subdirectory(example/Hasse_complex)
- add_subdirectort(example/Witness_complex)
+ # add_subdirectory(example/Hasse_complex)
+ add_subdirectory(example/Witness_complex)
# add_subdirectory(example/Alpha_shapes)
- add_subdirectory(example/Bottleneck)
+ # add_subdirectory(example/Bottleneck)
# data points generator
add_subdirectory(data/points/generator)