We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc805d commit 16a6c3bCopy full SHA for 16a6c3b
test/Basic/PendulumWithDamper_MonteCarlo.jl
@@ -7,10 +7,8 @@ include("$(ModiaLang.path)/models/Blocks.jl")
7
include("$(ModiaLang.path)/models/Electric.jl")
8
include("$(ModiaLang.path)/models/Rotational.jl")
9
10
-import Modia3D
11
-using Modia
12
-using DifferentialEquations
13
-using MonteCarloMeasurements
+using Modia3D
+using Modia3D.MonteCarloMeasurements
14
15
Pendulum = Model(
16
m = 1.0,
0 commit comments