Skip to content

Commit c970f13

Browse files
committed
debug: avoid abiguous methods
1 parent 3e82e47 commit c970f13

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
@@ -1053,7 +1053,7 @@ function linconstrainteq!(
10531053
JuMP.set_normalized_rhs(linconeq, mpc.con.beq)
10541054
return nothing
10551055
end
1056-
linconstrainteq!(::PredictiveController, ::SimModel, ::InternalModel, ::TranscriptionMethod) = nothing
1056+
linconstrainteq!(::PredictiveController, ::SimModel, ::InternalModel, ::CollocationMethod ) = nothing
10571057
linconstrainteq!(::PredictiveController, ::SimModel, ::StateEstimator, ::TranscriptionMethod) = nothing
10581058

10591059
@doc raw"""

0 commit comments

Comments
 (0)