Skip to content

Commit 2bad848

Browse files
Merge pull request #49 from SciML/ChrisRackauckas-patch-1
Loosen type signature on StaticArray restructure
2 parents 236d026 + 3419a2f commit 2bad848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ function __init__()
493493
reshape(y,StaticArrays.Size(x))
494494
end
495495

496-
function restructure(x::StaticArrays.SArray{S},y::Array) where S
496+
function restructure(x::StaticArrays.SArray{S},y) where S
497497
StaticArrays.SArray{S}(y)
498498
end
499499

0 commit comments

Comments
 (0)