Skip to content

Commit

Permalink
fix namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 25, 2024
1 parent 96eda01 commit afc6614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2396,8 +2396,8 @@ function unwrapped_f(f::ODEFunction, newf = unwrapped_f(f.f))
typeof(f.sparsity), typeof(f.Wfact), typeof(f.Wfact_t), typeof(f.W_prototype),
typeof(f.paramjac),
typeof(f.observed), typeof(f.colorvec),
typeof(f.sys), typeof(initializeprob),
typeof(initializeprobmap)}(newf, f.mass_matrix, f.analytic, f.tgrad, f.jac,
typeof(f.sys), typeof(f.initializeprob),
typeof(f.initializeprobmap)}(newf, f.mass_matrix, f.analytic, f.tgrad, f.jac,
f.jvp, f.vjp, f.jac_prototype, f.sparsity, f.Wfact,
f.Wfact_t, f.W_prototype, f.paramjac,
f.observed, f.colorvec, f.sys, f.initializeprob,
Expand Down

0 comments on commit afc6614

Please sign in to comment.