Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Sep 26, 2024
1 parent 0e70a51 commit 7b6ce3a
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 @@ -2557,8 +2557,8 @@ function unwrapped_f(f::ODEFunction, newf = unwrapped_f(f.f))
typeof(f.sys), typeof(f.initializeprob),
typeof(f.initializeprobmap),
typeof(nlfunc),
typeof(nl_state_compres),
typeof(nl_state_decompres)}(newf, f.mass_matrix, f.analytic, f.tgrad, f.jac,
typeof(nl_state_compress),
typeof(nl_state_decompress)}(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 7b6ce3a

Please sign in to comment.