Skip to content

Commit 3fefd1b

Browse files
author
oscarddssmith
committed
typos
1 parent 777fde1 commit 3fefd1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scimlfunctions.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,9 +2556,9 @@ function unwrapped_f(f::ODEFunction, newf = unwrapped_f(f.f))
25562556
typeof(f.observed), typeof(f.colorvec),
25572557
typeof(f.sys), typeof(f.initializeprob),
25582558
typeof(f.initializeprobmap),
2559-
typeof(nlfunc),
2560-
typeof(nl_state_compres),
2561-
typeof(nl_state_decompres)}(newf, f.mass_matrix, f.analytic, f.tgrad, f.jac,
2559+
typeof(f.nlfunc),
2560+
typeof(f.nl_state_compres),
2561+
typeof(f.nl_state_decompres)}(newf, f.mass_matrix, f.analytic, f.tgrad, f.jac,
25622562
f.jvp, f.vjp, f.jac_prototype, f.sparsity, f.Wfact,
25632563
f.Wfact_t, f.W_prototype, f.paramjac,
25642564
f.observed, f.colorvec, f.sys, f.initializeprob,

0 commit comments

Comments
 (0)