summaryrefslogtreecommitdiff
path: root/src/cython/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-06 14:13:52 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-06 14:13:52 +0200
commit48dfd910463c33e0e331f84e151ac7fe1f93dbe2 (patch)
tree2f9fb2b80a996cfb769e7b9de852ce650ff518e5 /src/cython/gudhi/simplex_tree.pyx
parent003e9b3e127a3f34c03872b0cc314d0dcbc04bcf (diff)
First version with only simplex tree that compiles. Cannot find how not to generate .cpp in sources
Diffstat (limited to 'src/cython/gudhi/simplex_tree.pyx')
-rw-r--r--src/cython/gudhi/simplex_tree.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/gudhi/simplex_tree.pyx b/src/cython/gudhi/simplex_tree.pyx
index 604328e9..51134681 100644
--- a/src/cython/gudhi/simplex_tree.pyx
+++ b/src/cython/gudhi/simplex_tree.pyx
@@ -1,6 +1,6 @@
from libc.stdint cimport intptr_t
from numpy import array as np_array
-from simplex_tree cimport *
+cimport simplex_tree
""" This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.