Skip to content

Commit

Permalink
sedumi.m: use Matlab line continuation (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Mar 18, 2023
1 parent b2b1736 commit 416934f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sedumi.m
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@
% ----------------------------------------
% Print welcome
% ----------------------------------------
my_fprintf(pars.fid,
'SeDuMi %s by AdvOL, 2005-2008 and Jos F. Sturm, 1998-2003.\n',
my_fprintf(pars.fid, ...
'SeDuMi %s by AdvOL, 2005-2008 and Jos F. Sturm, 1998-2003.\n', ...
sedumi_version());
% ----------------------------------------
% Print statistics of cone-problem
Expand Down

0 comments on commit 416934f

Please sign in to comment.