Skip to content

Commit 8e6af30

Browse files
Update outer_solar_system.md
1 parent 99e941a commit 8e6af30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/outer_solar_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The data is taken from the book “Geometric Numerical Integration” by E. Hair
1717
```@example outersolarsystem
1818
import Plots, OrdinaryDiffEq as ODE
1919
import ModelingToolkit as MTK
20-
using MTK: t_nounits as t, D_nounits as D
20+
using ModelingToolkit: t_nounits as t, D_nounits as D, @mtkbuild, @variables
2121
Plots.gr()
2222
2323
G = 2.95912208286e-4

0 commit comments

Comments
 (0)