From acd156a740dce76d3ea5ea569e56f7a30c81a046 Mon Sep 17 00:00:00 2001 From: fgodi Date: Thu, 29 Mar 2018 09:58:24 +0000 Subject: fvec simplex_tree git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/toplex_map@3315 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: eb72df78970030b4835b020af679b5de5b2c2356 --- src/Rips_complex/example/example_rips_complex_from_fvecs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Rips_complex') diff --git a/src/Rips_complex/example/example_rips_complex_from_fvecs.cpp b/src/Rips_complex/example/example_rips_complex_from_fvecs.cpp index 1b683326..e11dc3ea 100644 --- a/src/Rips_complex/example/example_rips_complex_from_fvecs.cpp +++ b/src/Rips_complex/example/example_rips_complex_from_fvecs.cpp @@ -30,9 +30,9 @@ int main(int argc, char **argv) { // Type definitions using K = CGAL::Epick_d; using Point = typename K::Point_d; - //using Simplex_tree = Gudhi::Simplex_tree<>; + using Simplex_tree = Gudhi::Simplex_tree<>; //using Simplex_tree = Gudhi::Fake_simplex_tree; - using Simplex_tree = Gudhi::Sb_wrapper; + //using Simplex_tree = Gudhi::Sb_wrapper; using Filtration_value = Simplex_tree::Filtration_value; using Rips_complex = Gudhi::rips_complex::Rips_complex; using Point_vector = std::vector; -- cgit v1.2.3