Skip to content

Commit d78db1c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Collision/BouncingSphere.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module BouncingSphereSimulation
33
# Simulate bouncing sphere with CVODE_BDF, QBDF, Tsit5
44

55
using Modia
6-
using DifferentialEquations
6+
using Modia.DifferentialEquations
77

88
BouncingSphere = Model(
99
boxHeigth = 0.1,

0 commit comments

Comments
 (0)