changeset 10064:17ce2a700a97

qp.m: Add missing semicolon.
author Ben Abbott <bpabbott@mac.com>
date Wed, 06 Jan 2010 07:49:40 -0500
parents 4058ff089fa3
children 64a06079cae4
files scripts/ChangeLog scripts/optimization/qp.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Jan 05 03:56:17 2010 -0500
+++ b/scripts/ChangeLog	Wed Jan 06 07:49:40 2010 -0500
@@ -1,3 +1,7 @@
+2010-01-06  Ben Abbott <bpabbott@mac.com>
+
+	* /optimization/qp.m: Add missing semicolon.
+
 2010-01-05  Jaroslav Hajek  <highegg@gmail.com>
 
 	* optimization/qp.m: Supply default values on request and register
--- a/scripts/optimization/qp.m	Tue Jan 05 03:56:17 2010 -0500
+++ b/scripts/optimization/qp.m	Wed Jan 06 07:49:40 2010 -0500
@@ -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))