Skip to content

Commit d6309ab

Browse files
fix typo
1 parent 44cb3d6 commit d6309ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subspaceangles.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using FastTransforms, LinearAlgebra
1616
k, N = 1, 11
1717

1818
# The Laguerre connection parameters:
19-
α, β = 0.0, 0.5
19+
α, β = 0.0, 0.125
2020

2121
# We precompute a Laguerre--Laguerre plan:
2222
P = plan_lag2lag(Float64, N, α, β; norm2=true)

0 commit comments

Comments
 (0)