summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/example
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-21 10:57:55 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-21 10:57:55 +0000
commit4b8808e1f5c31634d00e7440d3d93cb37da0bf6f (patch)
tree3ff5f902e84f1b2acd7ac404524b907797ab733d /src/Gudhi_stat/example
parentf32f0023bf794d7cc590df56b14cf57ea98003d2 (diff)
First compiling version of the implementation of heat maps.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@1524 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 406f6c793ee240b5cfbd99c0391b2fe327148dc0
Diffstat (limited to 'src/Gudhi_stat/example')
-rw-r--r--src/Gudhi_stat/example/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Gudhi_stat/example/CMakeLists.txt b/src/Gudhi_stat/example/CMakeLists.txt
index 0229ba7c..1e6062fb 100644
--- a/src/Gudhi_stat/example/CMakeLists.txt
+++ b/src/Gudhi_stat/example/CMakeLists.txt
@@ -25,3 +25,5 @@ target_link_libraries( plot_persistence_intervals ${Boost_SYSTEM_LIBRARY})
add_executable ( vector_representation vector_representation.cpp )
target_link_libraries(vector_representation ${Boost_SYSTEM_LIBRARY})
+add_executable ( persistence_heat_maps persistence_heat_maps.cpp )
+target_link_libraries(persistence_heat_maps ${Boost_SYSTEM_LIBRARY})