Skip to content

Commit db106e4

Browse files
author
Joe Petviashvili
committed
make AFArray subtype of AbstractArray again
1 parent a7c6dbe commit db106e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mutable struct AFArray{T,N} # <: AbstractArray{T,N}
1+
mutable struct AFArray{T,N} <: AbstractArray{T,N}
22
arr::af_array
33
function AFArray{T,N}(arr::af_array) where {T,N}
44
@assert get_type(arr) == T

0 commit comments

Comments
 (0)