Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Sep 27, 2024
1 parent 777fde1 commit 3fefd1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2556,9 +2556,9 @@ function unwrapped_f(f::ODEFunction, newf = unwrapped_f(f.f))
typeof(f.observed), typeof(f.colorvec),
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(f.nlfunc),
typeof(f.nl_state_compres),
typeof(f.nl_state_decompres)}(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 3fefd1b

Please sign in to comment.