summaryrefslogtreecommitdiff
path: root/src/cython/gudhi/tangential_complex.pyx
diff options
context:
space:
mode:
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.