Skip to content
Snippets Groups Projects
Commit 2207b51a authored by MichelJuillard's avatar MichelJuillard
Browse files

correcting typo

parent 22eb824c
Branches
Tags
No related merge requests found
...@@ -176,6 +176,7 @@ elseif options.solve_algo == 3 ...@@ -176,6 +176,7 @@ elseif options.solve_algo == 3
end end
elseif options.solve_algo == 10 elseif options.solve_algo == 10
olmmcp = options.lmmcp; olmmcp = options.lmmcp;
[x,fval,exitflag] = lmmcp(func,x,olmmcp.lb,olmmcp.ub,olmmcp,varargin{:}); [x,fval,exitflag] = lmmcp(func,x,olmmcp.lb,olmmcp.ub,olmmcp,varargin{:});
if exitflag == 1 if exitflag == 1
info = 0; info = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment