Skip to content

Commit 4547ff4

Browse files
Patch for latest SciMLBase requirements
1 parent d7146fe commit 4547ff4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ode_def_opts.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ function ode_def_opts(name::Symbol, opts::Dict{Symbol, Bool}, curmod, ex::Expr,
180180
indepvar::Symbol
181181
colorvec::Nothing
182182
sys::S
183+
initialization_data::Nothing
184+
nlprob_data::Nothing
183185
end
184186

185187
(f::$name)(args...) = f.f(args...)
@@ -193,6 +195,6 @@ function ode_def_opts(name::Symbol, opts::Dict{Symbol, Bool}, curmod, ex::Expr,
193195
$name($fname, ParameterizedFunctions.LinearAlgebra.I, nothing, $tname, $jname,
194196
nothing, nothing,
195197
nothing, nothing, $Wname, $W_tname, nothing, $syms, $(Meta.quot(depvar)),
196-
nothing, $sys)
198+
nothing, $sys, nothing, nothing)
197199
end |> esc
198200
end

0 commit comments

Comments
 (0)