summaryrefslogtreecommitdiff
path: root/src/python/gudhi/rips_complex.pyx
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-02-07 18:02:58 +0100
committerGard Spreemann <gspr@nonempty.org>2020-02-07 18:02:58 +0100
commit1aafa5f62e1def8ab5ee9cffd4995107a371d053 (patch)
tree58f1e8b95d34a047504cc88afe6c72ad7b741070 /src/python/gudhi/rips_complex.pyx
parent80b922bb6a4e951f8e9f0502bf8e248baee86732 (diff)
parent81816dae256a9f3c0653b1d21443c3c32da7a974 (diff)
Merge branch 'dfsg/latest' into debian/sid
Diffstat (limited to 'src/python/gudhi/rips_complex.pyx')
-rw-r--r--src/python/gudhi/rips_complex.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/rips_complex.pyx b/src/python/gudhi/rips_complex.pyx
index 722cdcdc..deb8057a 100644
--- a/src/python/gudhi/rips_complex.pyx
+++ b/src/python/gudhi/rips_complex.pyx
@@ -28,7 +28,7 @@ cdef extern from "Rips_complex_interface.h" namespace "Gudhi":
void init_matrix(vector[vector[double]] values, double threshold)
void init_points_sparse(vector[vector[double]] values, double threshold, double sparse)
void init_matrix_sparse(vector[vector[double]] values, double threshold, double sparse)
- void create_simplex_tree(Simplex_tree_interface_full_featured* simplex_tree, int dim_max)
+ void create_simplex_tree(Simplex_tree_interface_full_featured* simplex_tree, int dim_max) except +
# RipsComplex python interface
cdef class RipsComplex: