From aeff21a712e488a2948d7c12f67f2f11b047ada8 Mon Sep 17 00:00:00 2001 From: Hind Montassif Date: Tue, 4 May 2021 10:40:03 +0200 Subject: Set Simplex_tree_interface_full_featured constructor name (Simplex_tree) to the class name --- src/python/gudhi/simplex_tree.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/gudhi') diff --git a/src/python/gudhi/simplex_tree.pxd b/src/python/gudhi/simplex_tree.pxd index 000323af..3b8ea4f9 100644 --- a/src/python/gudhi/simplex_tree.pxd +++ b/src/python/gudhi/simplex_tree.pxd @@ -44,7 +44,7 @@ cdef extern from "Simplex_tree_interface.h" namespace "Gudhi": cdef cppclass Simplex_tree_interface_full_featured "Gudhi::Simplex_tree_interface": - Simplex_tree() nogil + Simplex_tree_interface_full_featured() nogil double simplex_filtration(vector[int] simplex) nogil void assign_simplex_filtration(vector[int] simplex, double filtration) nogil void initialize_filtration() nogil -- cgit v1.2.3