Skip to content

Commit 3d4b285

Browse files
committed
up doc
1 parent a12be64 commit 3d4b285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/example-double-integrator-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ We are now ready to solve the shooting equations:
141141
nle!(s, ξ, λ) = shoot!(s, ξ[1:2], ξ[3], ξ[4])
142142
143143
# initial guess: costate and final time
144-
ξ_guess = [1.0, 1.0, 1.0, 2.0]
144+
ξ_guess = [1, 1, 1, 2]
145145
146146
# NLE problem
147147
prob = NonlinearProblem(nle!, ξ_guess)

0 commit comments

Comments
 (0)