summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-08-06 16:03:35 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-08-06 16:03:35 +0000
commite9ccf83a5a82bfcbeee26f55238cda514ad50650 (patch)
tree70e09febc7bd74457ee28b90aaab89bad80bcd18
parent5b379171cdbf289bdf4f6c6f9b1e674a5ea5c6c3 (diff)
Fix issue #14 : [RipsComplex] max_edge_length documented with type 'int'
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3743 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9ef2e20e818fc1c573ce784cd34acb3c6d9970b7
-rw-r--r--src/cython/cython/rips_complex.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/cython/rips_complex.pyx b/src/cython/cython/rips_complex.pyx
index 59c16bff..30ca4443 100644
--- a/src/cython/cython/rips_complex.pyx
+++ b/src/cython/cython/rips_complex.pyx
@@ -51,7 +51,7 @@ cdef class RipsComplex:
"""RipsComplex constructor.
:param max_edge_length: Rips value.
- :type max_edge_length: int
+ :type max_edge_length: float
:param points: A list of points in d-Dimension.
:type points: list of list of double