Skip to content

Commit

Permalink
no broadcast_getindex anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 20, 2018
1 parent 224b266 commit 60a90f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiScaleArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ __precompile__()
module MultiScaleArrays

import Base: length, push!, deleteat!, getindex, setindex!, eachindex, ndims,
size, print_matrix, similar, broadcast_getindex, hcat, vcat,
size, print_matrix, similar, hcat, vcat,
==, *, +, /, -, show, vec, reshape

import RecursiveArrayTools: recursivecopy!
Expand Down

0 comments on commit 60a90f8

Please sign in to comment.