Skip to content

Commit 6205992

Browse files
author
dd
committed
fix LoadError: ArgumentError: Package DifferentialEquations not found in current path
1 parent 3b87fff commit 6205992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/funcaffect.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using ModelingToolkit, Test, DifferentialEquations
1+
using ModelingToolkit, Test, OrdinaryDiffEq
22

33
@parameters t
44
@variables u(t)

0 commit comments

Comments
 (0)