Skip to content

Commit 29ad1af

Browse files
fix examples deps
1 parent 775f147 commit 29ad1af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if CI
1515

1616
# Examples
1717
Pkg.add("DiffEqBase")
18-
Pkg.add("OrdinaryDiffEqVerner")
18+
Pkg.add("OrdinaryDiffEq")
1919
end
2020

2121
include("generate.jl")

docs/src/Examples/e00_ode.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ add_point!(G, :Earth, 399, 1)
3737
# but more complex models can be used. We interface with [`SciML`](https://github.com/SciML)
3838
# ODE solvers to compute the trajectory solution.
3939

40-
using OrdinaryDiffEqVerner
40+
using OrdinaryDiffEq
4141
using DiffEqBase
4242

4343
# Now we create the problem with a given initial condition, time-span and gravitational

0 commit comments

Comments
 (0)