Skip to content

Commit 1abf98b

Browse files
Update ode_def_opts.jl
1 parent 9368351 commit 1abf98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ode_def_opts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function ode_def_opts(name::Symbol,opts::Dict{Symbol,Bool},curmod,ex::Expr,param
115115
end
116116

117117
quote
118-
struct $name{F,TG,TJ,TW,TWt,S} <: DiffEqBase.AbstractParameterizedFunction{true}
118+
struct $name{F,TG,TJ,TW,TWt,S} <: ParameterizedFunctions.DiffEqBase.AbstractParameterizedFunction{true}
119119
f::F
120120
mass_matrix::ParameterizedFunctions.LinearAlgebra.UniformScaling
121121
analytic::Nothing

0 commit comments

Comments
 (0)