# HG changeset patch # User jwe # Date 1200424334 0 # Node ID 90b931a4061751a5db217a43b76420892259167b # Parent 2ba95a933d3e246fe723d833ad61ae62f61a5480 [project @ 2008-01-15 19:12:14 by jwe] diff --git a/scripts/optimization/sqp.m b/scripts/optimization/sqp.m --- a/scripts/optimization/sqp.m +++ b/scripts/optimization/sqp.m @@ -724,7 +724,7 @@ %!test %! x0 = [-1.8; 1.7; 1.9; -0.8; -0.8]; %! -%! [x, obj, info, iter, nf, lambda] = sqp (x0, @phi, @g, []) +%! [x, obj, info, iter, nf, lambda] = sqp (x0, @phi, @g, []); %! %! x_opt = [-1.717143501952599; %! 1.595709610928535;