Skip to content

Commit

Permalink
Fixes from renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Apr 27, 2016
1 parent b38bdec commit 9b027a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ArrayIterationPlayground.jl → src/ArrayIteration.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ArrayIterationPlayground
module ArrayIteration

import Base: getindex, setindex!, start, next, done, length, eachindex, show, parent, isless
using Base: ReshapedArray, ReshapedIndex, linearindexing, LinearFast, LinearSlow, LinearIndexing
Expand Down
2 changes: 1 addition & 1 deletion test/array_types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module ATs # OffsetArrays

using Base: ReshapedArray, ReshapedArrayIterator
using Base.PermutedDimsArrays: PermutedDimsArray
import ArrayIterationPlayground: inds
import ArrayIteration: inds

immutable OA{T,N,AA<:AbstractArray} <: AbstractArray{T,N}
parent::AA
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using ArrayIterationPlayground
using ArrayIteration
using Base.Test
using Base.PermutedDimsArrays: PermutedDimsArray

const AIP = ArrayIterationPlayground
const AIP = ArrayIteration
const CCI = AIP.ContigCartIterator

include("array_types.jl") # just for testing
Expand Down

0 comments on commit 9b027a0

Please sign in to comment.