Skip to content

Commit

Permalink
actually fix 0.5 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Mar 2, 2017
1 parent fb7fbb6 commit 4fceb20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SweepOperator.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SweepOperator
export sweep!

AMat{T} = AbstractMatrix{T}
AVec{T} = AbstractVector{T}
const AMat = AbstractMatrix
const AVec = AbstractVector


"""
Expand Down

0 comments on commit 4fceb20

Please sign in to comment.