summaryrefslogtreecommitdiff
path: root/src/cython/example/Alpha_complex_example.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/example/Alpha_complex_example.py')
-rwxr-xr-xsrc/cython/example/Alpha_complex_example.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cython/example/Alpha_complex_example.py b/src/cython/example/Alpha_complex_example.py
index 5403fc17..da55bfd4 100755
--- a/src/cython/example/Alpha_complex_example.py
+++ b/src/cython/example/Alpha_complex_example.py
@@ -36,5 +36,7 @@ print("filtered_tree=", alpha_complex.get_filtered_tree())
print("star([0])=", alpha_complex.get_star_tree([0]))
print("coface([0],1)=", alpha_complex.get_coface_tree([0], 1))
+print("point[0]=", alpha_complex.get_point(0))
+print("point[5]=", alpha_complex.get_point(5))
print("#######################################################################")