Skip to content

Commit 4cb53ce

Browse files
committed
replace t by s
1 parent f6e1181 commit 4cb53ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/manual-initial-guess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ You can define Julia aliases within the `@init` block using `=` (single equals,
249249
ig = @init ocp2 begin
250250
amplitude = 0.5
251251
phase = sin(amplitude)
252-
φ = 2π * t
252+
φ = 2π * s
253253
q(s) := amplitude * sin(φ)
254254
v(s) := amplitude * cos(φ)
255255
u(s) := phase # constant function using alias

0 commit comments

Comments
 (0)