summaryrefslogtreecommitdiff
path: root/src/cython/gudhi.pyx.in
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-09-06 14:27:54 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-09-06 14:27:54 +0000
commitb6ee08d1c2f56f2701090fa7486a14bca651be78 (patch)
treecc84bbeed4baefdd73beb9bdfbd2b762e7a2db19 /src/cython/gudhi.pyx.in
parent5c54eb40f8e427f738dbc617404a6e4a7c0eb9c2 (diff)
Another time when I hit the problem with compilation, and fail to solve it...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/persistence_representation_integration@2647 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e6a0101ab3bd96031dd9fa23e8db629f65820271
Diffstat (limited to 'src/cython/gudhi.pyx.in')
-rw-r--r--src/cython/gudhi.pyx.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cython/gudhi.pyx.in b/src/cython/gudhi.pyx.in
index a6aa21aa..0fa226db 100644
--- a/src/cython/gudhi.pyx.in
+++ b/src/cython/gudhi.pyx.in
@@ -34,6 +34,7 @@ include "cython/witness_complex.pyx"
include "cython/strong_witness_complex.pyx"
include "cython/persistence_representations_intervals.pyx"
include "cython/persistence_representations_landscapes.pyx"
+include "cython/persistence_representations_landscapes_on_grid.pyx"
@GUDHI_CYTHON_ALPHA_COMPLEX@
@GUDHI_CYTHON_EUCLIDEAN_WITNESS_COMPLEX@
@GUDHI_CYTHON_SUBSAMPLING@