summaryrefslogtreecommitdiff
path: root/src/Cech_complex/example/cech_complex_example_from_points.cpp
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-02-11 16:11:16 +0100
committerHind-M <hind.montassif@gmail.com>2022-02-11 16:11:16 +0100
commitf55f93ba971768441de005fde59802229a1e008f (patch)
tree27bd918c310e6e010df7edbbf85640d395ee85f1 /src/Cech_complex/example/cech_complex_example_from_points.cpp
parentfcc9fd9f01d3f9680afccac0c3aff894e6ea4ef3 (diff)
Set back original simple cech example from points
Diffstat (limited to 'src/Cech_complex/example/cech_complex_example_from_points.cpp')
-rw-r--r--src/Cech_complex/example/cech_complex_example_from_points.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Cech_complex/example/cech_complex_example_from_points.cpp b/src/Cech_complex/example/cech_complex_example_from_points.cpp
index 38021e4a..034077eb 100644
--- a/src/Cech_complex/example/cech_complex_example_from_points.cpp
+++ b/src/Cech_complex/example/cech_complex_example_from_points.cpp
@@ -46,11 +46,11 @@ int main() {
// ----------------------------------------------------------------------------
// Init of a Cech complex from points
// ----------------------------------------------------------------------------
- Filtration_value max_radius = 100.; //100.;
+ Filtration_value max_radius = 1.;
Cech_complex cech_complex_from_points(points, max_radius);
Simplex_tree stree;
- cech_complex_from_points.create_complex(stree, 6); //6
+ cech_complex_from_points.create_complex(stree, 2);
// ----------------------------------------------------------------------------
// Display information about the one skeleton Cech complex
// ----------------------------------------------------------------------------