Skip to content

Commit d6fdf9d

Browse files
committed
fix function signature
1 parent a12118a commit d6fdf9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scimlfunctions.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4718,6 +4718,9 @@ function ControlFunction{iip, specialize}(f;
47184718
Wfact_t = __has_Wfact_t(f) ? f.Wfact_t : nothing,
47194719
W_prototype = __has_W_prototype(f) ? f.W_prototype : nothing,
47204720
paramjac = __has_paramjac(f) ? f.paramjac : nothing,
4721+
syms = nothing,
4722+
indepsym = nothing,
4723+
paramsyms = nothing,
47214724
observed = __has_observed(f) ? f.observed :
47224725
DEFAULT_OBSERVED,
47234726
colorvec = __has_colorvec(f) ? f.colorvec : nothing,

0 commit comments

Comments
 (0)