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 e2b4642 commit 65f8095Copy full SHA for 65f8095
1 file changed
test/piston.jl
@@ -1,9 +1,12 @@
1
using ModelingToolkit, Test
2
+using ModelingToolkitBase: @independent_variables
3
using SciCompDSL
4
using SciMLBase
5
using ModelingToolkitStandardLibrary.Thermal
6
using ModelingToolkitStandardLibrary.Blocks
7
8
+@independent_variables t
9
+
10
# Tests ConvectiveResistor and includes FixedTemperature and ThermalResistor
11
12
@testset "Piston cylinder wall" begin
0 commit comments