summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example/performance_rips_persistence.cpp
diff options
context:
space:
mode:
authorglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-09 16:54:45 +0000
committerglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-09 16:54:45 +0000
commita57e87727ea3cbf73ac8e4ce0fe65a19de1fe2d9 (patch)
tree497425a6e13e0d1be4aa6e7ded3de380c82b42ca /src/Persistent_cohomology/example/performance_rips_persistence.cpp
parentb6c3298ce211935f65cc174cc86c0c6a5073035f (diff)
New Simplex_tree_options_fast_persistence, while Simplex_tree_options_full_featured switches to the safe default of allowing non-contiguous vertices.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/contiguous_vertices@896 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 60bc11a90027ed17233903d22a6494198f30eeb1
Diffstat (limited to 'src/Persistent_cohomology/example/performance_rips_persistence.cpp')
-rw-r--r--src/Persistent_cohomology/example/performance_rips_persistence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistent_cohomology/example/performance_rips_persistence.cpp b/src/Persistent_cohomology/example/performance_rips_persistence.cpp
index 0e912d57..b0366c6c 100644
--- a/src/Persistent_cohomology/example/performance_rips_persistence.cpp
+++ b/src/Persistent_cohomology/example/performance_rips_persistence.cpp
@@ -85,7 +85,7 @@ int main(int argc, char * argv[]) {
std::cout << "Compute Rips graph in " << enlapsed_sec << " sec.\n";
// Construct the Rips complex in a Simplex Tree
- Simplex_tree<> st;
+ Simplex_tree<Simplex_tree_options_fast_persistence> st;
start = std::chrono::system_clock::now();
// insert the proximity graph in the simplex tree