Skip to content

Commit cfa9463

Browse files
Merge branch 'iter'
2 parents a4e152f + 48216b9 commit cfa9463

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

REQUIRE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
julia 0.5
2-
RecursiveArrayTools 0.0.2
3-
Iterators
2+
RecursiveArrayTools 0.8.0
43
DiffEqBase 0.11.0
54
Compat 0.19.0

src/MultiScaleArrays.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ import Base: length, push!, deleteat!, getindex, setindex!, eachindex, ndims, si
88

99
using Compat
1010
import RecursiveArrayTools: recursivecopy!
11-
using Iterators
11+
12+
import RecursiveArrayTools: chain
13+
1214
@compat abstract type AbstractMultiScaleArray{B} <: AbstractArray{B,1} end
1315
@compat abstract type AbstractMultiScaleArrayLeaf{B} <: AbstractMultiScaleArray{B} end
1416
@compat abstract type AbstractMultiScaleArrayHead{B} <: AbstractMultiScaleArray{B} end

0 commit comments

Comments
 (0)