Skip to content

Commit 43cab06

Browse files
committed
Change ivar in a test to parameter
1 parent 886f8ce commit 43cab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hierarchical_initialization_eqs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using ModelingToolkit, OrdinaryDiffEq
22

3-
t = only(@variables(t))
3+
t = only(@parameters(t))
44
D = Differential(t)
55
"""
66
A simple linear resistor model

0 commit comments

Comments
 (0)