Skip to content

Commit

Permalink
Fix ODEFunction constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Aug 22, 2023
1 parent a6b09ce commit e04063d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2253,7 +2253,7 @@ function ODEFunction{iip, specialize}(f;
typeof(_colorvec),
typeof(sys)}(f, mass_matrix, analytic, tgrad, jac,
jvp, vjp, jac_prototype, sparsity, Wfact,
Wfact_t, paramjac, syms, indepsym, paramsyms,
Wfact_t, W_prototype, paramjac, syms, indepsym, paramsyms,
observed, _colorvec, sys)
elseif specialize === false
ODEFunction{iip, FunctionWrapperSpecialize,
Expand Down

0 comments on commit e04063d

Please sign in to comment.