changeset 5306:63cf9851f55c

[project @ 2005-04-26 14:41:40 by jwe]
author jwe
date Tue, 26 Apr 2005 14:41:40 +0000
parents 539428e4606a
children 4c8a2e4e0717
files scripts/optimization/qp.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/optimization/qp.m	Tue Apr 26 02:59:08 2005 +0000
+++ b/scripts/optimization/qp.m	Tue Apr 26 14:41:40 2005 +0000
@@ -240,7 +240,7 @@
 		&& all (abs (P(n-n_eq+1:end)) < rtol * (1 + norm (btmp))))
 	      ## We found a feasible starting point
 	      if (n_eq > 0)
-		x0 = xbar + Z*P(1:n-n_eq)
+		x0 = xbar + Z*P(1:n-n_eq);
 	      else
 		x0 = P(1:n);
               endif