Skip to content

Commit 555145e

Browse files
Update translational.jl
1 parent 574b0fd commit 555145e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Mechanical/translational.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ end
155155
delta_s = 1 / 1000
156156
s_b = 2 - delta_s + 1
157157

158-
@test sol[s.pos_value.u][end]s_b atol=1e-3
158+
@test sol[s.pos_value.u][end]1.0 atol=1e-3
159159
@test all(sol[s.spring.flange_a.f] .== sol[s.force_output.u])
160160
end
161161

0 commit comments

Comments
 (0)