Skip to content

Commit 65f8095

Browse files
Define the piston test independent variable (#485)
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent e2b4642 commit 65f8095

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/piston.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
using ModelingToolkit, Test
2+
using ModelingToolkitBase: @independent_variables
23
using SciCompDSL
34
using SciMLBase
45
using ModelingToolkitStandardLibrary.Thermal
56
using ModelingToolkitStandardLibrary.Blocks
67

8+
@independent_variables t
9+
710
# Tests ConvectiveResistor and includes FixedTemperature and ThermalResistor
811

912
@testset "Piston cylinder wall" begin

0 commit comments

Comments
 (0)