Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/yalmip/YALMIP into develop
Browse files Browse the repository at this point in the history
Conflicts:
	extras/setupBounds.m
  • Loading branch information
johanlofberg committed Oct 18, 2017
2 parents b95e900 + 740d7f3 commit 0b6c71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/setupBounds.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
% propagate simple quadratic
quadratic = find(variabletype == 2);
if ~isempty(quadratic)
monomtable = mainmonomtable(quadratic,:);
monomtable = mainmonomtable(quadratic,:);
[i,j] = find(monomtable');
x = i;
z = quadratic(:);
Expand Down

0 comments on commit 0b6c71b

Please sign in to comment.