summaryrefslogtreecommitdiff
path: root/src/cython
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-03 17:31:10 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-03 17:31:10 +0200
commit7882d938d921672377c1db58385bec77ddd1584a (patch)
treec313ce8162865addbea56e43a401f42ff94c8132 /src/cython
parent2d6850f405b5ebf2e9953f989862633289f99622 (diff)
Fix #55
Diffstat (limited to 'src/cython')
-rw-r--r--src/cython/cython/simplex_tree.pyx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cython/cython/simplex_tree.pyx b/src/cython/cython/simplex_tree.pyx
index 0ab97f80..a38e309d 100644
--- a/src/cython/cython/simplex_tree.pyx
+++ b/src/cython/cython/simplex_tree.pyx
@@ -405,7 +405,8 @@ cdef class SimplexTree:
"""This function ensures that each simplex has a higher filtration
value than its faces by increasing the filtration values.
- :returns: The filtration modification information.
+ :returns: True if any filtration value was modified,
+ False if the filtration was already non-decreasing.
:rtype: bool