Skip to content

Commit

Permalink
Silly redundant ; removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Löfberg committed May 16, 2024
1 parent b279714 commit cad9f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/@lmi/kkt.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function [KKTConstraints, details] = kkt(F,h,parametricVariables,ops);
function [KKTConstraints, details] = kkt(F,h,parametricVariables,ops)
%KKT Create KKT system
%
% [KKTConstraints, details] = kkt(Constraints,Objective,parameters,options)
Expand Down

0 comments on commit cad9f07

Please sign in to comment.