Skip to content

Commit 5966551

Browse files
Update ode_def_opts.jl
1 parent ffd2356 commit 5966551

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
@@ -154,6 +154,6 @@ function ode_def_opts(name::Symbol,opts::Dict{Symbol,Bool},curmod,ex::Expr,param
154154
$full_wex
155155

156156
$name($fname,ParameterizedFunctions.LinearAlgebra.I,nothing,$tname,$jname,nothing,nothing,
157-
nothing,nothing,$Wname,$W_tname,nothing,$syms,$depvar,nothing,$sys)
157+
nothing,nothing,$Wname,$W_tname,nothing,$syms,$(Meta.quot(depvar)),nothing,$sys)
158158
end |> esc
159159
end

0 commit comments

Comments
 (0)