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

correcting typo

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