Skip to content

Commit ec0afb6

Browse files
Merge pull request #1038 from jClugstor/unwrapped_f_fix
Add missing type parameter for unwrapped_f of NoSpecialize
2 parents 0a6cb3c + 708ea8f commit ec0afb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scimlfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2783,7 +2783,7 @@ function unwrapped_f(f::ODEFunction, newf = unwrapped_f(f.f))
27832783
if specialization(f) === NoSpecialize
27842784
ODEFunction{isinplace(f), specialization(f), Any, Any, Any,
27852785
Any, Any, Any, Any, typeof(f.jac_prototype),
2786-
typeof(f.sparsity), Any, Any, Any,
2786+
typeof(f.sparsity), Any, Any, Any, Any,
27872787
Any, typeof(f.colorvec),
27882788
typeof(f.sys), Union{Nothing, OverrideInitData}, Union{Nothing, ODE_NLProbData}}(
27892789
newf, f.mass_matrix, f.analytic, f.tgrad, f.jac,

0 commit comments

Comments
 (0)