Skip to content

Commit 25988f3

Browse files
committed
up
1 parent 67d8164 commit 25988f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -543,13 +543,13 @@ end
543543

544544
get_callback(prob::BVProblem) = error("BVP solvers do not support callbacks.")
545545

546-
@inline function create_array(::Type{Base.ReinterpretArray}, ::Nothing,
546+
@inline function SciML.Code.create_array(::Type{<:Base.ReinterpretArray}, ::Nothing,
547547
::Val{1}, ::Val{dims}, elems...) where {dims}
548548
[elems...]
549549
end
550550

551-
@inline function create_array(
552-
::Type{Base.ReinterpretArray}, T, ::Val{1}, ::Val{dims}, elems...) where {dims}
551+
@inline function SciML.Code.create_array(
552+
::Type{<:Base.ReinterpretArray}, T, ::Val{1}, ::Val{dims}, elems...) where {dims}
553553
T[elems...]
554554
end
555555

0 commit comments

Comments
 (0)