Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Feb 23, 2024
1 parent 953973c commit 27c1a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Mechanical/translational.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ end
connect(acc.flange, mass.flange),
connect(acc_output, acc.output)
]
@named sys = ODESystem(eqs, t, [], []; systems = [force, source, mass, acc, acc_output])
@named sys = ODESystem(
eqs, t, [], []; systems = [force, source, mass, acc, acc_output])
s = complete(structural_simplify(sys))
prob = ODEProblem(s, [], (0.0, pi))
sol = solve(prob, Tsit5())
Expand Down

0 comments on commit 27c1a1d

Please sign in to comment.