From 5b6bebd9a8072d8998b0c741e5b40de0cfe5dc8e Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 12 Aug 2016 15:29:48 +0000 Subject: Move cython/src/* in cython/ git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1436 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8f971ef16ef6df597d5d3667db0eecbca94233b2 --- src/cython/gudhi.pyx.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/cython/gudhi.pyx.in') diff --git a/src/cython/gudhi.pyx.in b/src/cython/gudhi.pyx.in index 5f7809d6..1b8a669b 100644 --- a/src/cython/gudhi.pyx.in +++ b/src/cython/gudhi.pyx.in @@ -24,11 +24,11 @@ __author__ = "Vincent Rouvreau" __copyright__ = "Copyright (C) 2016 INRIA Saclay (France)" __license__ = "GPL v3" -include "src/cython/simplex_tree.pyx" -include "src/cython/mini_simplex_tree.pyx" -include "src/cython/rips_complex.pyx" -include "src/cython/cubical_complex.pyx" -include "src/cython/periodic_cubical_complex.pyx" -include "src/cython/persistence_graphical_tools.py" -include "src/cython/witness_complex.pyx" +include "cython/simplex_tree.pyx" +include "cython/mini_simplex_tree.pyx" +include "cython/rips_complex.pyx" +include "cython/cubical_complex.pyx" +include "cython/periodic_cubical_complex.pyx" +include "cython/persistence_graphical_tools.py" +include "cython/witness_complex.pyx" @GUDHI_CYTHON_ALPHA_COMPLEX@ -- cgit v1.2.3