Skip to content

Commit 6384f45

Browse files
committed
format
1 parent 38b3052 commit 6384f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Mechanical/translational_modelica.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ end
105105
prob = ODEProblem(sys, [], (0, 2pi))
106106
sol = solve(prob, Rodas4())
107107
tv = 0:0.1:(2pi)
108-
@test sol(tv, idxs = sys.mass.s).u @.(2sin(2pi * tv * 3)) atol=1e-2
108+
@test sol(tv, idxs = sys.mass.s).u@.(2sin(2pi * tv * 3)) atol=1e-2
109109
end

0 commit comments

Comments
 (0)