Skip to content

Commit

Permalink
don't use support
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jul 20, 2023
1 parent 330c5d8 commit db804cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ODESystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ c = 10 # Damping coefficient
@named spring = Spring(; c = k)
@named damper = Damper(; d = c)

@named torque = Torque()
@named torque = Torque(use_support = false)

function SystemModel(u=nothing; name=:model)
@named sens = Rotational.AngleSensor()
Expand Down

0 comments on commit db804cc

Please sign in to comment.