Skip to content

Commit 3c23f1f

Browse files
committed
Update clenshaw.jl
1 parent ccbe9aa commit 3c23f1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/clenshaw.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ function copyto!(dest::AbstractVector, V::SubArray{<:Any,1,<:OrthogonalPolynomia
5151
dest
5252
end
5353

54-
_getindex(::Type{Tuple{IND1,IND2}}, P::OrthogonalPolynomial, (x,n)::Tuple{IND1,AbstractVector{IND2}}) where {IND1,IND2} = layout_getindex(P, x, n)
5554
Base.@propagate_inbounds function _getindex(::Type{IND}, P::OrthogonalPolynomial, (x,n)::IND) where IND
5655
@boundscheck checkbounds(P, x, n)
5756
Base.unsafe_getindex(P, x, n)

0 commit comments

Comments
 (0)