Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 70e85be

Browse files
Update indirect_approxfun.jl
1 parent 4d26b68 commit 70e85be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/indirect_approxfun.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using DiffEqBase, OrdinaryDiffEq, Sundials, ApproxFun, DiffEqApproxFun
2-
using ODEInterfaceDiffEq
32
using Base.Test
43

54
S=Fourier()
@@ -19,7 +18,6 @@ sol(0.5,0.2)
1918
#plot!(sol(1.0),label="t=1.0")
2019

2120
@time sol=solve(prob,CVODE_BDF())
22-
@time sol=solve(prob,radau())
2321

2422
sol[1]
2523
sol[2,1]

0 commit comments

Comments
 (0)