Skip to content

Commit 16a6c3b

Browse files
committed
Prefix with Modia3D to avoid package error
1 parent 6dc805d commit 16a6c3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/Basic/PendulumWithDamper_MonteCarlo.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ include("$(ModiaLang.path)/models/Blocks.jl")
77
include("$(ModiaLang.path)/models/Electric.jl")
88
include("$(ModiaLang.path)/models/Rotational.jl")
99

10-
import Modia3D
11-
using Modia
12-
using DifferentialEquations
13-
using MonteCarloMeasurements
10+
using Modia3D
11+
using Modia3D.MonteCarloMeasurements
1412

1513
Pendulum = Model(
1614
m = 1.0,

0 commit comments

Comments
 (0)