summaryrefslogtreecommitdiff
path: root/src/cython/Makefile
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-08 05:34:33 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-08 05:34:33 +0000
commit0d06b5d39febbf812b48d3fb7f800c98204718ea (patch)
tree819896228c4be345ae1d637cd2c2c68b2ac6bd92 /src/cython/Makefile
parent455728327692dca15d037b971b73200fdeeb572e (diff)
Persistence diagram first version working with alpha_complex_from_file_example.py
Comment graphical tools in example Makefile section git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1259 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b315b7c414bd0e2b269dcc2fbcae645a025335f1
Diffstat (limited to 'src/cython/Makefile')
-rw-r--r--src/cython/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cython/Makefile b/src/cython/Makefile
index e6054122..e3952f12 100644
--- a/src/cython/Makefile
+++ b/src/cython/Makefile
@@ -13,7 +13,8 @@ example:
python example/rips_complex_example.py
python example/alpha_complex_example.py
python example/random_cubical_complex_example.py 10 10
- python example/alpha_complex_from_file_example.py data/500_random_points_on_3D_Torus.csv
+ # python example/alpha_complex_from_file_example.py data/500_random_points_on_3D_Torus.csv
+ # python example/gudhi_graphical_tools_example.py
clean:
rm -rf build/ *.o *.so *.cpp