Skip to content

Commit 9aa1193

Browse files
authored
Update src/ode_def_opts.jl
1 parent 25a454b commit 9aa1193

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
@@ -22,7 +22,7 @@ function ode_def_opts(name::Symbol,opts::Dict{Symbol,Bool},curmod,ex::Expr,param
2222

2323
t = (@variables t)[1]
2424
vars = [(@variables $x(t))[1] for x in syms]
25-
params = [@parameters $x for x in Symbol[params...]]
25+
params = [(@parameters $x)[1] for x in Symbol[params...]]
2626

2727
vars_dict = Dict(x=>Symbol(v) for (x, v) in zip(syms, vars))
2828

0 commit comments

Comments
 (0)