Skip to content

Commit 43072c8

Browse files
Update odesolve.jl
1 parent 2dac21d commit 43072c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/odesolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OrdinaryDiffEq, NLsolve, RecursiveArrayTools, Test, ArrayInterface
1+
using OrdinaryDiffEq, NLsolve, RecursiveArrayTools, Test, ArrayInterface, StaticArrays
22
function lorenz(du, u, p, t)
33
du[1] = 10.0 * (u[2] - u[1])
44
du[2] = u[1] * (28.0 - u[3]) - u[2]

0 commit comments

Comments
 (0)