We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9904fee commit 78e3c0cCopy full SHA for 78e3c0c
+DSS_MATLAB/APIUtil.m
@@ -45,14 +45,14 @@
45
loadlibrary(DLLfilePath, @DSS_MATLAB.dss_capi_no_thunk);
46
end
47
calllib(obj.libname, 'DSS_Start', 0);
48
- % calllib(obj.libname, 'DSS_SetPropertiesMO', PropertiesMOfilePath);
49
if (nargin > 0) && (varargin{1} ~= 0)
50
obj.dssctx = calllib(obj.libname, 'ctx_New');
51
DSS_MATLAB.ctxrefcount(obj.dssctx, 1);
52
obj.is_prime = 0;
53
else
54
obj.dssctx = calllib(obj.libname, 'ctx_Get_Prime');
55
obj.is_prime = 1;
+ calllib(obj.libname, 'DSS_SetPropertiesMO', PropertiesMOfilePath);
56
57
warning(orig_state);
58
0 commit comments