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 23, 2024
1 parent 2972801 commit 03c7efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shims/cvx_mosek.m
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
shim(k).error = sprintf( 'Unexpected MEX file failure:\n%s\n', errmsg.message );
continue
end
clear('mosekopt')
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 03c7efc

Please sign in to comment.