Skip to content

Commit afc6614

Browse files
fix namespacing
1 parent 96eda01 commit afc6614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scimlfunctions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,8 +2396,8 @@ function unwrapped_f(f::ODEFunction, newf = unwrapped_f(f.f))
23962396
typeof(f.sparsity), typeof(f.Wfact), typeof(f.Wfact_t), typeof(f.W_prototype),
23972397
typeof(f.paramjac),
23982398
typeof(f.observed), typeof(f.colorvec),
2399-
typeof(f.sys), typeof(initializeprob),
2400-
typeof(initializeprobmap)}(newf, f.mass_matrix, f.analytic, f.tgrad, f.jac,
2399+
typeof(f.sys), typeof(f.initializeprob),
2400+
typeof(f.initializeprobmap)}(newf, f.mass_matrix, f.analytic, f.tgrad, f.jac,
24012401
f.jvp, f.vjp, f.jac_prototype, f.sparsity, f.Wfact,
24022402
f.Wfact_t, f.W_prototype, f.paramjac,
24032403
f.observed, f.colorvec, f.sys, f.initializeprob,

0 commit comments

Comments
 (0)