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.
2 parents 0f0fae1 + adc4e60 commit 5ee7453Copy full SHA for 5ee7453
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