Skip to content

Commit 67d196f

Browse files
committed
Add th_ground to list of systems
1 parent 58e4927 commit 67d196f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Thermal/thermal.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ end
182182
connect(mass.port, th_ground.port)]
183183
@named coll = ODESystem(eqs, t,
184184
systems = [hf_sensor, flow_src, tem_src,
185-
collector, th_resistor, mass])
185+
collector, th_resistor, mass, th_ground])
186186
sys = structural_simplify(coll)
187187

188188
u0 = [

0 commit comments

Comments
 (0)