summaryrefslogtreecommitdiff
path: root/src/cython/doc/source/alpha_complex_user.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/doc/source/alpha_complex_user.rst')
-rw-r--r--src/cython/doc/source/alpha_complex_user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/doc/source/alpha_complex_user.rst b/src/cython/doc/source/alpha_complex_user.rst
index c2a3c5bb..07bfcabf 100644
--- a/src/cython/doc/source/alpha_complex_user.rst
+++ b/src/cython/doc/source/alpha_complex_user.rst
@@ -153,7 +153,7 @@ Then, it is asked to display information about the alpha complex:
.. testcode::
import gudhi
- alpha_complex = gudhi.AlphaComplex(points=[[1, 1], [7, 0], [4, 6], [9, 6], [0, 14], [2, 19], [9, 17]],
+ alpha_complex = gudhi.AlphaComplex(off_file='source/alphacomplexdoc.off',
max_alpha_square=59.0)
result_str = 'Alpha complex is of dimension ' + repr(alpha_complex.dimension()) + ' - ' + \
repr(alpha_complex.num_simplices()) + ' simplices - ' + \