Skip to content

Commit 7670bfc

Browse files
committed
changed: minor cosmetic change
1 parent 7457a9c commit 7670bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/estimator/mhe/execute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ function set_warmstart_mhe(estim::MovingHorizonEstimator{NT}, Z̃var) where NT<:
577577
Z̃s[nx̃+1:end] = estim.
578578
# verify definiteness of objective function:
579579
V̂, X̂0 = estim.buffer.V̂, estim.buffer.
580-
V̂, X̂0 = predict_mhe!(V̂, X̂0, û0, k, ŷ0, estim, model, Z̃s)
580+
predict_mhe!(V̂, X̂0, û0, k, ŷ0, estim, model, Z̃s)
581581
Js = obj_nonlinprog!(x̄, estim, model, V̂, Z̃s)
582582
if !isfinite(Js)
583583
Z̃s[nx̃+1:end] = 0

0 commit comments

Comments
 (0)