diff scripts/statistics/base/quantile.m @ 12480:139f993936af

Uppercase variables in script error strings.
author Rik <octave@nomad.inbox5.com>
date Fri, 25 Feb 2011 20:12:05 -0800
parents c792872f8942
children 6ef23b4a3402
line wrap: on
line diff
--- a/scripts/statistics/base/quantile.m	Fri Feb 25 15:11:26 2011 -0600
+++ b/scripts/statistics/base/quantile.m	Fri Feb 25 20:12:05 2011 -0800
@@ -373,7 +373,7 @@
             p = kron (p, m+0.25) + 0.375;
 
           otherwise
-            error ("quantile: Unknown method, '%d'", method);
+            error ("quantile: Unknown METHOD, '%d'", method);
         endswitch
 
         ## Duplicate single values.