[GRASS-SVN] r61881 - grass/trunk/imagery/i.his.rgb

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 12 08:43:29 PDT 2014


Author: martinl
Date: 2014-09-12 08:43:29 -0700 (Fri, 12 Sep 2014)
New Revision: 61881

Modified:
   grass/trunk/imagery/i.his.rgb/main.c
Log:
i.his.rgb: add missing G_percent(1, 1, 1) - cosmetics


Modified: grass/trunk/imagery/i.his.rgb/main.c
===================================================================
--- grass/trunk/imagery/i.his.rgb/main.c	2014-09-12 15:42:29 UTC (rev 61880)
+++ grass/trunk/imagery/i.his.rgb/main.c	2014-09-12 15:43:29 UTC (rev 61881)
@@ -104,7 +104,8 @@
 	for (band = 0; band < 3; band++)
 	    Rast_put_row(fd_output[band], rowbuffer[band], CELL_TYPE);
     }
-
+    G_percent(1, 1, 1);
+    
     closefiles(opt_red->answer, opt_green->answer, opt_blue->answer,
 	       fd_output, rowbuffer);
 



More information about the grass-commit mailing list