Skip to content

Commit

Permalink
try global scoping n
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jun 26, 2024
1 parent e5de244 commit b4e6aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end
@parameters mu=3.986004418e14 [description = "Gravity field constant [m³/s²] (default = field constant of earth)"]
@parameters render=render
@parameters point_gravity = point_gravity
n = collect(n)
n = GlobalScope.(collect(n))
O = ori(frame_b)
eqs = Equation[collect(frame_b.r_0) .~ 0;
O ~ nullrotation()
Expand Down

0 comments on commit b4e6aac

Please sign in to comment.