From b6ee08d1c2f56f2701090fa7486a14bca651be78 Mon Sep 17 00:00:00 2001 From: pdlotko Date: Wed, 6 Sep 2017 14:27:54 +0000 Subject: 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 --- src/cython/gudhi.pyx.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cython/gudhi.pyx.in') 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@ -- cgit v1.2.3