Skip to content

Commit 19eec0c

Browse files
committed
Merge branch 'main' into new_jump_nlp_syntax
2 parents 91d7742 + 4c7bc5a commit 19eec0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ makedocs(
4747
)
4848

4949
deploydocs(
50-
repo = "github.com/franckgaga/ModelPredictiveControl.jl.git",
50+
repo = "github.com/JuliaControl/ModelPredictiveControl.jl.git",
5151
devbranch = "main",
52-
)
52+
)

src/controller/linmpc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ end
256256
function set_objective_linear_coef!(mpc::LinMPC, ΔŨvar)
257257
set_objective_coefficient.(mpc.optim, ΔŨvar, mpc.q̃)
258258
return nothing
259-
end
259+
end

0 commit comments

Comments
 (0)