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 79a4410 commit d05ae0eCopy full SHA for d05ae0e
docs/src/examples/outer_solar_system.md
@@ -71,7 +71,7 @@ Thus, $\dot{q}$ is defined by the masses. We only need to define $\dot{p}$, and
71
```@example outersolarsystem
72
eqs = vec(@. D(D(u))) .~ .-ModelingToolkit.gradient(potential, vec(u)) ./
73
repeat(M, inner = 3)
74
-@mtkcompile sys = System(eqs, t)
+@mtkbuild sys = System(eqs, t)
75
prob = ODEProblem(ss, [vec(u .=> pos); vec(D.(u) .=> vel)], tspan)
76
sol = solve(prob, Tsit5());
77
```
0 commit comments