Skip to content

Commit

Permalink
Bug in call to spot_mosek
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpermenter committed Apr 17, 2015
1 parent 68cc073 commit c549d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frlibPrg.m
Expand Up @@ -71,7 +71,7 @@
A = self.cone.Desymmetrize(self.A);
c = self.cone.Desymmetrize(self.c(:)');
try
[x,y,info] = spot_mosek(A,self.b,c,self.K,options);
[x,y,~,info] = spot_mosek(A,self.b,c,self.K,options);
catch
[x,y,info] = sedumi(self.A,self.b,self.c,self.K,pars);
end
Expand Down

0 comments on commit c549d7a

Please sign in to comment.