Skip to content

Commit 08a09e3

Browse files
committed
debug: idem
1 parent 7175b02 commit 08a09e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/transcription.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ a similar algorithm complexity.
9494
requires evaluating the system dynamics at both the current and next time steps, which
9595
can increase computational complexity compared to explicit methods like single shooting.
9696
"""
97-
struct TrapezoidalMethod <: TranscriptionMethod end
97+
struct TrapezoidalCollocation <: TranscriptionMethod end
9898

9999

100100
@doc raw"""

0 commit comments

Comments
 (0)