summaryrefslogtreecommitdiff
path: root/src/cython/doc/tangential_complex_user.rst
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-12-16 17:03:24 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-12-16 17:03:24 +0000
commit47b59d173b6c396a40558ac15fc252e18e035c2c (patch)
tree8f3d49f25d1942f929dfa7ee58510cb6c516fb3c /src/cython/doc/tangential_complex_user.rst
parent0c85e54d44a95aa7aff3f6d51a587287ce4a88d6 (diff)
parentde0bdf55c16de11d47809dc6f347773b10cc3673 (diff)
Merge last trunk modifications
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1909 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9f4f6704025290938a46455fcc488fcb7642567e
Diffstat (limited to 'src/cython/doc/tangential_complex_user.rst')
-rw-r--r--src/cython/doc/tangential_complex_user.rst15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/cython/doc/tangential_complex_user.rst b/src/cython/doc/tangential_complex_user.rst
index 30c97b8f..1ad08bd6 100644
--- a/src/cython/doc/tangential_complex_user.rst
+++ b/src/cython/doc/tangential_complex_user.rst
@@ -133,33 +133,23 @@ The output is:
.. testoutput::
- Tangential contains 18 simplices - 7 vertices.
- Simplex tree is of dimension 2 - 25 simplices - 7 vertices.
+ Tangential contains 12 simplices - 7 vertices.
+ Simplex tree is of dimension 1 - 15 simplices - 7 vertices.
([0], 0.0)
([1], 0.0)
([0, 1], 0.0)
([2], 0.0)
([0, 2], 0.0)
([1, 2], 0.0)
- ([0, 1, 2], 0.0)
([3], 0.0)
([1, 3], 0.0)
- ([2, 3], 0.0)
- ([1, 2, 3], 0.0)
([4], 0.0)
- ([0, 4], 0.0)
([2, 4], 0.0)
- ([0, 2, 4], 0.0)
([5], 0.0)
([4, 5], 0.0)
([6], 0.0)
- ([2, 6], 0.0)
([3, 6], 0.0)
- ([2, 3, 6], 0.0)
- ([4, 6], 0.0)
- ([2, 4, 6], 0.0)
([5, 6], 0.0)
- ([4, 5, 6], 0.0)
Example with perturbation
@@ -188,5 +178,4 @@ The output is:
.. testoutput::
Tangential contains 4 vertices.
- Tangential contains inconsistencies.
Inconsistencies has been fixed.