Skip to content

Commit

Permalink
prelp.m: Remove duplicate line. Fixes #46.
Browse files Browse the repository at this point in the history
Problem introduced with 976bdd7#diff-68d84bf6b656bd49b655a11aa59595aa . Fixes #46.
  • Loading branch information
siko1056 authored Jul 3, 2019
1 parent b4a462b commit a3ada7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conversion/prelp.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
global OUTFID
global Ubounds_exist
if ~exist('loadata','file') || ~exist('preprocess','file')
if ~exist('loadata','file') | ~exist('preprocess','file')
error('To use PRELP, you need to have LIPSOL installed.')
end

Expand All @@ -66,7 +65,6 @@
if (nargin == 0)
pname = input('Enter problem name: ','s');
end
[A,b,c,lbounds,ubounds,BIG] = loadata(pname);
t0 = cputime;
[A,b,c,lbounds,ubounds,BIG,NAME] = loadata(pname);
times(1) = cputime - t0;
Expand Down

0 comments on commit a3ada7c

Please sign in to comment.