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 886f8ce commit 43cab06Copy full SHA for 43cab06
test/hierarchical_initialization_eqs.jl
@@ -1,6 +1,6 @@
1
using ModelingToolkit, OrdinaryDiffEq
2
3
-t = only(@variables(t))
+t = only(@parameters(t))
4
D = Differential(t)
5
"""
6
A simple linear resistor model
0 commit comments