diff options
author | harpreet | 2016-04-06 10:46:05 +0530 |
---|---|---|
committer | harpreet | 2016-04-06 10:46:05 +0530 |
commit | 8484c85784b84cc3a9257f8d8065b3a8a7800628 (patch) | |
tree | c508e843855e75529056e06992b7ef43939f52b9 /macros/qpipopt.sci | |
parent | 7cf9300c2eb4773afa9823cf4a179d43f70001aa (diff) | |
download | symphony-8484c85784b84cc3a9257f8d8065b3a8a7800628.tar.gz symphony-8484c85784b84cc3a9257f8d8065b3a8a7800628.tar.bz2 symphony-8484c85784b84cc3a9257f8d8065b3a8a7800628.zip |
qpiopt updated
Diffstat (limited to 'macros/qpipopt.sci')
-rw-r--r-- | macros/qpipopt.sci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/qpipopt.sci b/macros/qpipopt.sci index c900f0c..1696967 100644 --- a/macros/qpipopt.sci +++ b/macros/qpipopt.sci @@ -218,9 +218,9 @@ function [xopt,fopt,exitflag,output,lambda] = qpipopt (varargin) select convstr(param(2*i-1),'l') case "maxiter" then - options(2*i) = param(2*i); + options(2) = param(2*i); case "cputime" then - options(2*i) = param(2*i); + options(4) = param(2*i); else errmsg = msprintf(gettext("%s: Unrecognized parameter name ''%s''."), "lsqlin", param(2*i-1)); error(errmsg) |