Mercurial > hg > octave-lyh
diff scripts/optimization/qp.m @ 10064:17ce2a700a97
qp.m: Add missing semicolon.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Wed, 06 Jan 2010 07:49:40 -0500 |
parents | 8f51a90eb8d1 |
children | 952d4df5b686 |
line wrap: on
line diff
--- a/scripts/optimization/qp.m +++ b/scripts/optimization/qp.m @@ -150,7 +150,7 @@ if (nargs == 2 || nargs == 3 || nargs == 5 || nargs == 7 || nargs == 10) - maxit = optimget (options, "MaxIter", 200) + maxit = optimget (options, "MaxIter", 200); ## Checking the quadratic penalty if (! issquare (H))