Skip to content

Commit 3e9346b

Browse files
committed
Added comment.
1 parent 7883552 commit 3e9346b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/create_array.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# TODO: this shouldn't be there (type piracy); remove once https://github.com/JuliaSymbolics/SymbolicUtils.jl/pull/679 has been merged!
12
function Symbolics.SymbolicUtils.Code.create_array(::Type{<:Base.ReshapedArray{T, N, P}}, S, nd::Val, d::Val, elems...) where {T, N, P}
23
Symbolics.SymbolicUtils.Code.create_array(P, S, nd, d, elems...)
34
end

0 commit comments

Comments
 (0)