We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29de1a4 commit 2a18279Copy full SHA for 2a18279
src/ode_def_opts.jl
@@ -20,7 +20,7 @@ function ode_def_opts(name::Symbol,opts::Dict{Symbol,Bool},curmod,ex::Expr,param
20
####
21
22
23
- t = @variables t
+ t = (@variables t)[1]
24
vars = [@variables $x(t) for x in syms]
25
params = [@parameters $x for x in Symbol[params...]]
26
0 commit comments