From 533612bcd73c2aa8c1e9e2209973a0e999ab3f41 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Mon, 7 Mar 2022 09:21:36 +0100 Subject: tangential - include simplex tree when used --- src/Tangential_complex/benchmark/benchmark_tc.cpp | 1 + src/Tangential_complex/example/example_basic.cpp | 4 +--- src/Tangential_complex/example/example_with_perturb.cpp | 1 + src/Tangential_complex/test/test_tangential_complex.cpp | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Tangential_complex/benchmark/benchmark_tc.cpp b/src/Tangential_complex/benchmark/benchmark_tc.cpp index 6da1425f..8e7c72ff 100644 --- a/src/Tangential_complex/benchmark/benchmark_tc.cpp +++ b/src/Tangential_complex/benchmark/benchmark_tc.cpp @@ -33,6 +33,7 @@ const std::size_t ONLY_LOAD_THE_FIRST_N_POINTS = 20000000; #include #include #include +#include #include #include diff --git a/src/Tangential_complex/example/example_basic.cpp b/src/Tangential_complex/example/example_basic.cpp index ab35edf0..c50b9b8c 100644 --- a/src/Tangential_complex/example/example_basic.cpp +++ b/src/Tangential_complex/example/example_basic.cpp @@ -1,7 +1,6 @@ #include #include -//#include - +#include #include #include @@ -39,7 +38,6 @@ int main(void) { // Export the TC into a Simplex_tree Gudhi::Simplex_tree<> stree; - //Gudhi::Fake_simplex_tree stree; tc.create_complex(stree); // Display stats about inconsistencies diff --git a/src/Tangential_complex/example/example_with_perturb.cpp b/src/Tangential_complex/example/example_with_perturb.cpp index d0d877ea..e70e2980 100644 --- a/src/Tangential_complex/example/example_with_perturb.cpp +++ b/src/Tangential_complex/example/example_with_perturb.cpp @@ -1,5 +1,6 @@ #include #include +#include #include #include diff --git a/src/Tangential_complex/test/test_tangential_complex.cpp b/src/Tangential_complex/test/test_tangential_complex.cpp index 023c1e1a..a24b9ae2 100644 --- a/src/Tangential_complex/test/test_tangential_complex.cpp +++ b/src/Tangential_complex/test/test_tangential_complex.cpp @@ -14,6 +14,7 @@ #include #include +#include #include #include -- cgit v1.2.3