Skip to content

Commit

Permalink
more parent scope
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Sep 21, 2024
1 parent 4830367 commit 05cdc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/suspension.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ The connection between the wheels and the ground form two kinematic loops togeth
z0 = 0.0,
der_angles = [0, 0, 0],
iscut = true, # NOTE: Only used since while we have an "upright joint"
surface = (x,z)->amplitude*(sin(2pi*ParentScope(ParentScope(freq))*t)), # Excitation from a time-varying surface profile
surface = (x,z)->ParentScope(ParentScope(amplitude))*(sin(2pi*ParentScope(ParentScope(freq))*t)), # Excitation from a time-varying surface profile
)
end
Expand Down

0 comments on commit 05cdc9d

Please sign in to comment.