Skip to content

Commit

Permalink
Fix forgotten method
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Dec 5, 2022
1 parent 31296ee commit d49f851
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DeltaArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ deltaind(n::Integer...) = range(1, step=sum(cumprod(n), init=1), length=minimum(
delta(i::Integer...) = allequal(i)

delta(A::AbstractArray) = A[deltaind(A)]
delta(D::DeltaArray) = D.data

struct DeltaArray{T,N,V<:AbstractVector{T}} <: AbstractArray{T,N}
data::V
Expand Down

0 comments on commit d49f851

Please sign in to comment.