Skip to content

Commit 769c62d

Browse files
committed
Update jacobi.jl
1 parent 31bae7e commit 769c62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classical/jacobi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,6 @@ end
635635
# sum
636636
###
637637

638-
_sum(P::AbstractJacobi{T}, dims) where T = 2 * (Legendre{T}() \ P)[1:1,:]
638+
_sum(P::AbstractJacobi{T}, dims::Int) where T = 2 * (Legendre{T}() \ P)[1:1,:]
639639

640640

0 commit comments

Comments
 (0)