Skip to content

Commit

Permalink
Update infarrays.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Mar 16, 2021
1 parent 7713d2e commit 526bb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infarrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ sub_materialize(::PaddedLayout, v::AbstractVector{T}, ::Tuple{InfAxes}) where T

getindex(A::AbstractVector, r::InfAxes) = layout_getindex(A, r)
getindex(A::LayoutVector, r::InfAxes) = layout_getindex(A, r)
getindex(A::CachedVector, r::InfAxes) = layout_getindex(A, r)
getindex(A::AbstractCachedVector, r::InfAxes) = layout_getindex(A, r)
getindex(s::Slice, r::InfAxes) = invoke(getindex, Tuple{Slice,AbstractUnitRange{Int}}, s, r)


Expand Down

0 comments on commit 526bb83

Please sign in to comment.