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 20bb3c6 commit 2e71485Copy full SHA for 2e71485
src/ModelingToolkit.jl
@@ -184,13 +184,13 @@ for S in subtypes(ModelingToolkit.AbstractSystem)
184
end
185
186
const t_nounits = let
187
- only(@parameters t)
+ only(@independent_variables t)
188
189
const t_unitful = let
190
- only(@parameters t [unit = Unitful.u"s"])
+ only(@independent_variables t [unit = Unitful.u"s"])
191
192
const t = let
193
- only(@parameters t [unit = DQ.u"s"])
+ only(@independent_variables t [unit = DQ.u"s"])
194
195
196
const D_nounits = Differential(t_nounits)
0 commit comments