Skip to content

Commit 4fceb20

Browse files
committed
actually fix 0.5 builds
1 parent fb7fbb6 commit 4fceb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SweepOperator.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SweepOperator
22
export sweep!
33

4-
AMat{T} = AbstractMatrix{T}
5-
AVec{T} = AbstractVector{T}
4+
const AMat = AbstractMatrix
5+
const AVec = AbstractVector
66

77

88
"""

0 commit comments

Comments
 (0)