Skip to content

Commit 7406654

Browse files
committed
import fix
1 parent e6e5e7f commit 7406654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_ODESystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ D = Differential(t)
302302

303303
@named link1 = Link(; m = 0.2, l = 10, I = 1, g = -9.807)
304304
@named cart = TranslationalPosition.Mass(; m = 1, s = 0)
305-
@named fixed = Fixed()
305+
@named fixed = TranslationalPosition.Fixed()
306306
@named force = Force(use_support = false)
307307

308308
eqs = [connect(link1.TX1, cart.flange)

test/test_batchlin.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ using DataInterpolations
4444
# code = SymbolicControlSystems.print_c_array(stdout, Ps, xs, "gain_scheduled_controller", struct_name="hej", struct_type="kaj")
4545

4646
## Simulate
47-
using OrdinaryDiffEq, ControlSystemsBase
47+
using OrdinaryDiffEqRosenbrock, ControlSystemsBase
4848
import ModelingToolkitStandardLibrary.Blocks
4949

5050
@named fb = Blocks.Add(k2=-1)

0 commit comments

Comments
 (0)