summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-11 09:38:12 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-11 09:38:12 +0100
commit957da77f9484972ce34d0415502887f92080878e (patch)
treec830b74398c05762b52b5a12eb1450313874b8df /src/python/gudhi/simplex_tree.pyx
parentfda0084941ece5d41a258d19ca4eb0b3d87384a4 (diff)
code review: GUDHI_USE_EIGEN3 generated by CMake in __init__.py as suggested and roll back the other solution
Diffstat (limited to 'src/python/gudhi/simplex_tree.pyx')
-rw-r--r--src/python/gudhi/simplex_tree.pyx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx
index eb44c0fc..7d6ab89a 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -17,9 +17,6 @@ __author__ = "Vincent Rouvreau"
__copyright__ = "Copyright (C) 2016 Inria"
__license__ = "MIT"
-# For unitary tests purpose
-__GUDHI_USE_EIGEN3 = _GUDHI_USE_EIGEN3
-
# SimplexTree python interface
cdef class SimplexTree:
"""The simplex tree is an efficient and flexible data structure for