Skip to content

Commit 0c2dd02

Browse files
author
Brad Carman
committed
Fixed solve contract
1 parent 3c003c9 commit 0c2dd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/inputs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function build_input_functions(sys, inputs)
163163
return sys
164164
end
165165

166-
function DiffEqBase.solve(prob::SciMLBase.AbstractDEProblem, inputs::Vector{Input}, args...; kwargs...)
166+
function CommonSolve.solve(prob::SciMLBase.AbstractDEProblem, inputs::Vector{Input}, args...; kwargs...)
167167
tstops = Float64[]
168168
callbacks = DiscreteCallback[]
169169

0 commit comments

Comments
 (0)