From 17a700173e489acd763519f24d7321b1b64ad9b0 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Wed, 1 Jun 2016 11:03:02 +0000 Subject: Makefile commit forgotten git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1236 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9c39c03b749147cd20b26ab44351cfa8063da62b --- src/cython/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cython/Makefile b/src/cython/Makefile index 44e30df1..05b831f6 100644 --- a/src/cython/Makefile +++ b/src/cython/Makefile @@ -14,6 +14,7 @@ example: python example/alpha_complex_example.py python example/random_cubical_complex_example.py 10 10 python example/rips_persistence_diagram.py + python example/alpha_complex_from_file_example.py data/500_random_points_on_3D_Torus.csv clean: rm -rf build/ *.o *.so *.cpp -- cgit v1.2.3