summaryrefslogtreecommitdiff
path: root/src/cython/gudhi.pyx.in
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-08-22 13:26:44 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-08-22 13:26:44 +0000
commitc415445c6a30cfdc7abc63dba23e4eb5e7ff98da (patch)
tree48f37ad44c87c351d363dfb29b8bc832f416c941 /src/cython/gudhi.pyx.in
parent40db1989840aa9e485233354853ad09239272ad7 (diff)
cleaning up the mess with names.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/persistence_representation_integration@2617 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cd558be592a050f598fc5a22e012a31b7690c5c6
Diffstat (limited to 'src/cython/gudhi.pyx.in')
-rw-r--r--src/cython/gudhi.pyx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/gudhi.pyx.in b/src/cython/gudhi.pyx.in
index 6bb6dce9..62b593e1 100644
--- a/src/cython/gudhi.pyx.in
+++ b/src/cython/gudhi.pyx.in
@@ -32,7 +32,7 @@ include "cython/periodic_cubical_complex.pyx"
include "cython/persistence_graphical_tools.py"
include "cython/witness_complex.pyx"
include "cython/strong_witness_complex.pyx"
-include "cython/persistence_representations_diagrams.pyx"
+include "cython/persistence_representations_intervals.pyx"
@GUDHI_CYTHON_ALPHA_COMPLEX@
@GUDHI_CYTHON_EUCLIDEAN_WITNESS_COMPLEX@
@GUDHI_CYTHON_SUBSAMPLING@