From dded2d6ae2e00c75fddd6f6e3701101602e265e8 Mon Sep 17 00:00:00 2001 From: Michael Grant Date: Mon, 22 Apr 2024 14:27:59 -0500 Subject: [PATCH] fix mfunc issue --- shims/cvx_mosek.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shims/cvx_mosek.m b/shims/cvx_mosek.m index 63aee590..a537925e 100644 --- a/shims/cvx_mosek.m +++ b/shims/cvx_mosek.m @@ -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