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 af609863..85771300 100644
--- a/src/cython/cython/alpha_complex.pyx
+++ b/src/cython/cython/alpha_complex.pyx
@@ -32,7 +32,7 @@ __copyright__ = "Copyright (C) 2016 INRIA"
__license__ = "GPL v3"
cdef extern from "Alpha_complex_interface.h" namespace "Gudhi":
- cdef cppclass Alpha_complex_interface "Gudhi::alphacomplex::Alpha_complex_interface":
+ cdef cppclass Alpha_complex_interface "Gudhi::alpha_complex::Alpha_complex_interface":
Alpha_complex_interface(vector[vector[double]] points, double max_alpha_square)
# bool from_file is a workaround for cython to find the correct signature
Alpha_complex_interface(string off_file, double max_alpha_square, bool from_file)