diff scripts/optimization/pqpnonneg.m @ 11588:d5bd2766c640

style fixes for warning and error messages in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:51:13 -0500
parents c792872f8942
children b9a89ca0fb75
line wrap: on
line diff
--- a/scripts/optimization/pqpnonneg.m	Thu Jan 20 17:35:29 2011 -0500
+++ b/scripts/optimization/pqpnonneg.m	Thu Jan 20 17:51:13 2011 -0500
@@ -159,7 +159,7 @@
     idx = find (w == max (w));
     if (numel (idx) > 1)
       warning ("pqpnonneg:nonunique",
-               "A non-unique solution may be returned due to equal gradients.");
+               "a non-unique solution may be returned due to equal gradients");
       idx = idx(1);
     endif
     ## move the index from Z to P. Keep P sorted.