Skip to content

Commit 80ee79f

Browse files
fix typo
1 parent e93305b commit 80ee79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffeqfunction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ ODEFunction(f::ODEFunction; kwargs...) = f
398398
f2 = ODEFunction(f2)
399399
SplitFunction{isinplace(f2),typeof(f1),typeof(f2),typeof(mass_matrix),
400400
typeof(cache),typeof(analytic),typeof(tgrad),typeof(jac),typeof(jvp),typeof(vjp),
401-
typeof(jac_prototype),
401+
typeof(jac_prototype),typeof(sparsity),
402402
typeof(Wfact),typeof(Wfact_t),typeof(paramjac),typeof(syms),
403403
typeof(colorvec)}(f1,f2,mass_matrix,cache,analytic,tgrad,jac,jvp,vjp,
404404
jac_prototype,sparsity,Wfact,Wfact_t,paramjac,syms,colorvec)

0 commit comments

Comments
 (0)