Skip to content

Commit 3173e03

Browse files
authored
Update modelingtoolkitize.jl
1 parent a652789 commit 3173e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/modelingtoolkitize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function define_params(p::Tuple)
100100
end
101101

102102
function define_params(p::NamedTuple)
103-
@show NamedTuple(x=>Num(toparam(Sym{Real}(nameof(Variable(x))))) for x in keys(p))
103+
NamedTuple(x=>Num(toparam(Sym{Real}(nameof(Variable(x))))) for x in keys(p))
104104
end
105105

106106

0 commit comments

Comments
 (0)