summaryrefslogtreecommitdiff
path: root/src/cython/gudhi/tangential_complex.pyx
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-07 11:34:57 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-07 11:34:57 +0200
commitd7e1a3a81dfa91a29e433887fcfdc73310f8db32 (patch)
tree6b818727315d157dd26e39cb8bd58a26af53bafa /src/cython/gudhi/tangential_complex.pyx
parent9b40c817277fa1de6c2b2e7b796ad0157ace4c61 (diff)
Add the rest of modules
Diffstat (limited to 'src/cython/gudhi/tangential_complex.pyx')
-rw-r--r--src/cython/gudhi/tangential_complex.pyx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cython/gudhi/tangential_complex.pyx b/src/cython/gudhi/tangential_complex.pyx
index b2d55520..9eb22115 100644
--- a/src/cython/gudhi/tangential_complex.pyx
+++ b/src/cython/gudhi/tangential_complex.pyx
@@ -147,9 +147,6 @@ cdef class TangentialComplex:
cdef Simplex_tree_interface_full_featured* stree_ptr = <Simplex_tree_interface_full_featured*>stree_int_ptr
self.thisptr.create_simplex_tree(stree_ptr)
return stree
- simplex_tree = SimplexTree()
- self.thisptr.create_simplex_tree(simplex_tree.thisptr)
- return simplex_tree
def fix_inconsistencies_using_perturbation(self, max_perturb, time_limit=-1.0):
"""Attempts to fix inconsistencies by perturbing the point positions.