Skip to content

Commit 2ba31f9

Browse files
committed
debug: correct type name
1 parent fd86391 commit 2ba31f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/explicitmpc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function Base.show(io::IO, mpc::ExplicitMPC)
192192
end
193193

194194
linconstraint!(::ExplicitMPC, ::LinModel, ::TranscriptionMethod) = nothing
195-
linconstrainteq!(::ExplicitMPC, ::LinMode, ::StateEstimator, ::TranscriptionMethod) = nothing
195+
linconstrainteq!(::ExplicitMPC, ::LinModel, ::StateEstimator, ::TranscriptionMethod) = nothing
196196

197197
@doc raw"""
198198
optim_objective!(mpc::ExplicitMPC) -> Z̃

0 commit comments

Comments
 (0)