Skip to content

Commit 75e2e70

Browse files
committed
Package DifferentialEquations used in a test model, prefixed with Modia3D. to avoid missing package errors.
1 parent d78db1c commit 75e2e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Basic/PendulumWithBar1.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PendulumWithBar = Model(
4646

4747
pendulumWithBar = @instantiateModel(PendulumWithBar, unitless=true)
4848

49-
import DifferentialEquations
49+
import Modia.DifferentialEquations
5050
algorithm = DifferentialEquations.Tsit5()
5151
stopTime = 10.0
5252
requiredFinalStates = [-1.578178763749515, 0.06153191687388868]

0 commit comments

Comments
 (0)