Skip to content

Commit bb28d4f

Browse files
committed
up
1 parent 25988f3 commit bb28d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/systems/diffeqs/abstractodesystem.jl

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

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

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

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

0 commit comments

Comments
 (0)