summaryrefslogtreecommitdiff
path: root/src/Rips_complex/example/example_rips_complex_from_fvecs.cpp
diff options
context:
space:
mode:
authorfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-29 09:58:24 +0000
committerfgodi <fgodi@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-03-29 09:58:24 +0000
commitacd156a740dce76d3ea5ea569e56f7a30c81a046 (patch)
tree3664a17b91b01307fe36f2924c48956b186fb2e0 /src/Rips_complex/example/example_rips_complex_from_fvecs.cpp
parent552ce6a0b42af77e210d252d8e8c5b25138a518b (diff)
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
Diffstat (limited to 'src/Rips_complex/example/example_rips_complex_from_fvecs.cpp')
-rw-r--r--src/Rips_complex/example/example_rips_complex_from_fvecs.cpp4
1 files changed, 2 insertions, 2 deletions
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<CGAL::Dynamic_dimension_tag>;
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<Filtration_value>;
using Point_vector = std::vector<Point>;