Skip to content

Commit

Permalink
[no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed Jul 12, 2021
1 parent f5624d9 commit c51e4ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions archive/src/ndgrid-repeat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ Base.eltype(r::_Repeat) = eltype(r.args[1])
const Repeat{T,N} = ApplyArray{T, N, typeof(ndgrid_repeat)}
# Base.IndexStyle(Repeat) = IndexCartesian() # default

#@inline # todo
Base.@propagate_inbounds function Base.getindex(
@inline Base.@propagate_inbounds function Base.getindex(
r::Repeat{T,N},
i::Vararg{Int,N},
) where {T,N}
Expand Down

0 comments on commit c51e4ad

Please sign in to comment.