Skip to content

Commit 61733e8

Browse files
make a subtype for dispatch
1 parent 502cfe9 commit 61733e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maketype.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function maketype(name,param_dict,origex,funcs,syms,fex;
1818
invW_t_expr=:(),
1919
param_jac_expr=:())
2020

21-
typeex = :(mutable struct $name{F,J,T,W,Wt,PJ} <: DiffEqBase.AbstractODEFunction{true}
21+
typeex = :(mutable struct $name{F,J,T,W,Wt,PJ} <: DiffEqBase.AbstractParameterizedFunction{true}
2222
f::F
2323
analytic::Nothing
2424
jac::J

0 commit comments

Comments
 (0)