Skip to content

Commit

Permalink
fix mfunc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg1969 committed Apr 22, 2024
1 parent 2972801 commit dded2d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shims/cvx_mosek.m
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,11 @@
shim(k).error = sprintf( 'Unexpected MEX file failure:\n%s\n', errmsg.message );
continue
end
clear('mosekopt')
shim(k).fullpath = fpath;
shim(k).path = [ npath, cvx___.ps ];
shim(k).check = @check;
shim(k).solve = @solve;
shim(k).eargs = { mfunc };
shim(k).eargs = { mosekopt };
end

function found_bad = check( nonls, sdp, mfunc ) %#ok
Expand Down

0 comments on commit dded2d6

Please sign in to comment.