We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e941a commit 8e6af30Copy full SHA for 8e6af30
docs/src/examples/outer_solar_system.md
@@ -17,7 +17,7 @@ The data is taken from the book “Geometric Numerical Integration” by E. Hair
17
```@example outersolarsystem
18
import Plots, OrdinaryDiffEq as ODE
19
import ModelingToolkit as MTK
20
-using MTK: t_nounits as t, D_nounits as D
+using ModelingToolkit: t_nounits as t, D_nounits as D, @mtkbuild, @variables
21
Plots.gr()
22
23
G = 2.95912208286e-4
0 commit comments