diff scripts/general/accumarray.m @ 11472:1740012184f9

Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author Rik <octave@nomad.inbox5.com>
date Sun, 09 Jan 2011 21:33:04 -0800
parents c776f063fefe
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/general/accumarray.m
+++ b/scripts/general/accumarray.m
@@ -93,7 +93,7 @@
     ## Sparse case. Avoid linearizing the subscripts, because it could overflow.
 
     if (fillval != 0)
-      error ("accumarray: fillval must be zero in the sparse case");
+      error ("accumarray: FILLVAL must be zero in the sparse case");
     endif
 
     ## Ensure subscripts are a two-column matrix.