We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c003c9 commit 0c2dd02Copy full SHA for 0c2dd02
src/systems/inputs.jl
@@ -163,7 +163,7 @@ function build_input_functions(sys, inputs)
163
return sys
164
end
165
166
-function DiffEqBase.solve(prob::SciMLBase.AbstractDEProblem, inputs::Vector{Input}, args...; kwargs...)
+function CommonSolve.solve(prob::SciMLBase.AbstractDEProblem, inputs::Vector{Input}, args...; kwargs...)
167
tstops = Float64[]
168
callbacks = DiscreteCallback[]
169
0 commit comments