summaryrefslogtreecommitdiff
path: root/src/Rips_complex/example/example_rips_complex_from_fvecs.cpp
diff options
context:
space:
mode:
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>;