Skip to content

Commit 24c10c2

Browse files
committed
goddard + iss tuto fix
2 parents 29f2790 + 010ef44 commit 24c10c2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ MINPACK = "4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
1717
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
1818
NLPModelsIpopt = "f4238b75-b362-5c4c-b852-0801c9a21d71"
1919
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
20+
OptimalControl = "5f98b655-cc9a-415a-b60e-744165666948"
2021
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
2122
Percival = "01435c0c-c90d-11e9-3788-63660f8fbccc"
2223
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

docs/src/tutorial-goddard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ println("\nNorm of the shooting function: ‖s‖ = ", norm(s), "\n")
283283
We aggregate the data to define the initial guess vector.
284284

285285
```@example main
286-
ξ = [p0; t1; t2; t3; tf] # initial guess
286+
ξ = [p0..., t1, t2, t3, tf] # initial guess
287287
```
288288

289289
### MINPACK.jl

0 commit comments

Comments
 (0)