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 d227c90 commit 27c432eCopy full SHA for 27c432e
lib/OrdinaryDiffEqDefault/src/default_alg.jl
@@ -40,12 +40,12 @@ function isdefaultalg(alg::CompositeAlgorithm{
40
end
41
42
function DiffEqBase.__init(prob::ODEProblem, ::Nothing, args...; kwargs...)
43
- DiffEqBase.init(
+ DiffEqBase.__init(
44
prob, DefaultODEAlgorithm(autodiff = AutoFiniteDiff()),
45
args...; wrap = Val(false), kwargs...)
46
47
function DiffEqBase.__solve(prob::ODEProblem, ::Nothing, args...; kwargs...)
48
- DiffEqBase.solve(
+ DiffEqBase.__solve(
49
50
51
0 commit comments