From 28ef5a126eb179552f1611dcd62caad1d52afda9 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Wed, 17 Dec 2014 12:30:21 +0000 Subject: After review git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@369 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2a39c3749040608a9e67dd42e99a59b4102d9c1e --- src/Simplex_tree/example/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Simplex_tree/example') diff --git a/src/Simplex_tree/example/README b/src/Simplex_tree/example/README index 210c922b..03c759cb 100644 --- a/src/Simplex_tree/example/README +++ b/src/Simplex_tree/example/README @@ -50,7 +50,7 @@ EXAMPLE OF SIMPLE INSERTION [0.2] 3 0 [0.3] 2 1 0 -*** Simplex tree construction with Z/2Z coefficients on points sampling a Klein bottle: +*** Simplex tree construction with Z/2Z coefficients on weighted graph Klein bottle file: ./simplex_tree_from_file ../../../data/points/Klein_bottle_complex.txt 2 Insert the 1-skeleton in the simplex tree in 0 s. @@ -67,7 +67,7 @@ Expand the simplex tree in 0 s. Information of the Simplex Tree: Number of vertices = 10 Number of simplices = 106 -*** Simplex_tree computed from a Alpha-shapes 3: +*** Simplex_tree computed and displayed from a 3D alpha complex: [ Requires CGAL, GMP and GMPXX to be installed] ./simplex_tree_from_alpha_shapes_3 ../../../data/points/bunny_5000 -- cgit v1.2.3