Skip to content

Commit

Permalink
Fix build nr
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Sep 11, 2024
1 parent 356ace7 commit 21b472e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/cython/l2c.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ cpdef enum:
cdef class Leg2Cheb:
"""Class for Legendre/Chebyshev transforms
A fast multipole algorithm similar to::
A fast multipole algorithm::
B. K. Alpert and V. Rokhlin, A fast algorithm for the evaluation of
Legendre expansions, 389 SIAM Journal on Scientific and Statistical
Computing, 12 (1991), pp. 158–179, https://doi.390org/10.1137/0912009.391
M Mortensen "A faster multipole Legendre-Chebyshev transform", to be
published in SIAM Journal on Scientific Computing. See
https://github.com/spectralDNS/Legendre-to-Chebyshev/blob/main/FMM_paper.pdf
Parameters
----------
input_array : Numpy array of floats
input_array : Numpy array of floats
output_array : Numpy array of floats
M : int, optional
Rank of hierarchical matrices
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('leg2cheb', 'c', 'cython', 'cpp',
version : '1.0',
version : '1.1.1',
default_options : [
'buildtype=release',
'warning_level=1',
Expand Down

0 comments on commit 21b472e

Please sign in to comment.