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 afc6614 commit 5b80eb8Copy full SHA for 5b80eb8
src/scimlfunctions.jl
@@ -3231,7 +3231,7 @@ function DAEFunction{iip, specialize}(f;
3231
DAEFunction{iip, specialize, Any, Any, Any,
3232
Any, Any, Any, Any, Any,
3233
Any, Any, Any,
3234
- Any, typeof(_colorvec), Any}(_f, analytic, tgrad, jac, jvp,
+ Any, typeof(_colorvec), Any, Any, Any}(_f, analytic, tgrad, jac, jvp,
3235
vjp, jac_prototype, sparsity,
3236
Wfact, Wfact_t, paramjac, observed,
3237
_colorvec, sys, initializeprob, initializeprobmap)
@@ -3241,7 +3241,8 @@ function DAEFunction{iip, specialize}(f;
3241
typeof(sparsity), typeof(Wfact), typeof(Wfact_t),
3242
typeof(paramjac),
3243
typeof(observed), typeof(_colorvec),
3244
- typeof(sys)}(_f, analytic, tgrad, jac, jvp, vjp,
+ typeof(sys), typeof(initializeprob), typeof(initializeprobmap)}(
3245
+ _f, analytic, tgrad, jac, jvp, vjp,
3246
jac_prototype, sparsity, Wfact, Wfact_t,
3247
paramjac, observed,
3248
0 commit comments