Skip to content

Commit 4cd0b05

Browse files
one more
1 parent b3b2d0f commit 4cd0b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/larray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function Base.convert(::Type{AbstractArray{T, N}},
142142
end
143143
Base.convert(::Type{AbstractArray{T, N}}, x::LArray{T, N}) where {T, N} = x
144144

145-
function ArrayInterface.restructure(x::LArray{T, N, D, Syms},
145+
function ArrayInterfaceCore.restructure(x::LArray{T, N, D, Syms},
146146
y::LArray{T2, N2, D2, Syms}) where {T, N, D, T2, N2, D2,
147147
Syms}
148148
reshape(y, size(x)...)

0 commit comments

Comments
 (0)