From f843ef3f8e4ab4ce94a28ded6d8cafd37f2b2311 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Wed, 23 Nov 2016 11:49:15 +0000 Subject: Add tangential complex git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1773 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b47285aafaa430c883c8fe5432ac667d6cedaf37 --- src/cython/gudhi.pyx.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/cython/gudhi.pyx.in') diff --git a/src/cython/gudhi.pyx.in b/src/cython/gudhi.pyx.in index 1b8a669b..09d765b6 100644 --- a/src/cython/gudhi.pyx.in +++ b/src/cython/gudhi.pyx.in @@ -4,7 +4,7 @@ Author(s): Vincent Rouvreau - Copyright (C) 2016 INRIA Saclay (France) + Copyright (C) 2016 INRIA This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ """ __author__ = "Vincent Rouvreau" -__copyright__ = "Copyright (C) 2016 INRIA Saclay (France)" +__copyright__ = "Copyright (C) 2016 INRIA" __license__ = "GPL v3" include "cython/simplex_tree.pyx" @@ -32,3 +32,4 @@ include "cython/periodic_cubical_complex.pyx" include "cython/persistence_graphical_tools.py" include "cython/witness_complex.pyx" @GUDHI_CYTHON_ALPHA_COMPLEX@ +@GUDHI_CYTHON_TANGENTIAL_COMPLEX@ -- cgit v1.2.3