Skip to content

Commit bf0199b

Browse files
don't require diffeq
1 parent f38f8e4 commit bf0199b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/out_of_place_odes.jl

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

33
function LotkaVolterraTest_not_inplace(t,u,a)
44
b,c,d = 1.0,3.0,1.0

0 commit comments

Comments
 (0)