Skip to content

Commit e181a34

Browse files
committed
debug: idem
1 parent de25fcf commit e181a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/nonlinmpc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ function init_optimization!(
538538
return nothing
539539
end
540540

541-
set_nonlincon!(::PredictiveController, _ ) = nothing
541+
set_nonlincon!(::PredictiveController, ::JuMP.GenericModel) = nothing
542542
# TODO: cleanup this function, this is super dirty
543543
function set_nonlincon_exp(mpc::NonLinMPC, optim::JuMP.GenericModel{JNT}) where JNT<:Real
544544
# ========= Test new experimental feature ========================================

0 commit comments

Comments
 (0)