Skip to content

Commit db840ba

Browse files
committed
change order of operations
1 parent dd35d65 commit db840ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_JointUSR_RRR.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ using OrdinaryDiffEq
77
using LinearAlgebra
88
using JuliaSimCompiler
99

10-
t = Multibody.t
11-
D = Differential(t)
1210
world = Multibody.world
1311
W(args...; kwargs...) = Multibody.world
12+
t = Multibody.t
13+
D = Differential(t)
1414

1515
# ==============================================================================
1616
## A JointUSR is connected to a prismatic joint, with a Body at their common tip

0 commit comments

Comments
 (0)