diff scripts/image/ind2gray.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 875f4510d6dc 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/image/ind2gray.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/image/ind2gray.m	Tue Jan 20 10:24:46 2015 -0500
@@ -47,7 +47,7 @@
   endif
   [x, map] = ind2x ("ind2gray", x, map);
 
-  ## Convert colormap to luminance intensity values 
+  ## Convert colormap to luminance intensity values
   map *= [0.29894; 0.58704; 0.11402];
 
   ## Convert colormap to same class as that of input so that reshape