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 0fbd414 commit adc4e60Copy full SHA for adc4e60
1 file changed
test/Mechanical/translational.jl
@@ -10,7 +10,7 @@ D = Differential(t)
10
@testset "Free" begin
11
function System(; name)
12
systems = @named begin
13
- acc = TV.Acceleration()
+ acc = TV.Acceleration(false)
14
a = Constant(; k = -10)
15
mass = TV.Mass(; m = 100)
16
free = TV.Free()
0 commit comments