Skip to content

Commit

Permalink
remove redundant addpath for sedumi
Browse files Browse the repository at this point in the history
  • Loading branch information
tholden committed Jul 9, 2016
1 parent 6c49b38 commit 5eb2a33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/setup/EnforceRequirementsAndGeneratePath.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function EnforceRequirementsAndGeneratePath( Update, OriginalPath, CurrentFolder
end
end

addpath( [ dynareOBCPath '/Core/sedumi/' ] );
addpath( [ dynareOBCPath '/Core/glpkmex/' ] );

if ( length( Architecture ) >= 7 ) && strcmp( Architecture(1:7), 'PCWIN64' )
Expand Down

0 comments on commit 5eb2a33

Please sign in to comment.