summaryrefslogtreecommitdiff
path: root/src/cython/cython/alpha_complex.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/cython/alpha_complex.pyx')
-rw-r--r--src/cython/cython/alpha_complex.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/cython/alpha_complex.pyx b/src/cython/cython/alpha_complex.pyx
index 56cf925c..6b27594a 100644
--- a/src/cython/cython/alpha_complex.pyx
+++ b/src/cython/cython/alpha_complex.pyx
@@ -62,7 +62,7 @@ cdef class AlphaComplex:
cdef Alpha_complex_interface * thisptr
# Fake constructor that does nothing but documenting the constructor
- def __init__(self, points=None, off_file=''):
+ def __init__(self, points=[], off_file=''):
"""AlphaComplex constructor.
:param points: A list of points in d-Dimension.