Skip to content

Commit d05ae0e

Browse files
Update outer_solar_system.md
1 parent 79a4410 commit d05ae0e

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
@@ -71,7 +71,7 @@ Thus, $\dot{q}$ is defined by the masses. We only need to define $\dot{p}$, and
7171
```@example outersolarsystem
7272
eqs = vec(@. D(D(u))) .~ .-ModelingToolkit.gradient(potential, vec(u)) ./
7373
repeat(M, inner = 3)
74-
@mtkcompile sys = System(eqs, t)
74+
@mtkbuild sys = System(eqs, t)
7575
prob = ODEProblem(ss, [vec(u .=> pos); vec(D.(u) .=> vel)], tspan)
7676
sol = solve(prob, Tsit5());
7777
```

0 commit comments

Comments
 (0)