[GRASS-SVN] r61880 - grass/branches/releasebranch_7_0/imagery/i.his.rgb
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 12 08:42:30 PDT 2014
Author: martinl
Date: 2014-09-12 08:42:29 -0700 (Fri, 12 Sep 2014)
New Revision: 61880
Modified:
grass/branches/releasebranch_7_0/imagery/i.his.rgb/main.c
Log:
i.his.rgb: add missing G_percent(1, 1, 1) - cosmetics
Modified: grass/branches/releasebranch_7_0/imagery/i.his.rgb/main.c
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.his.rgb/main.c 2014-09-12 15:42:07 UTC (rev 61879)
+++ grass/branches/releasebranch_7_0/imagery/i.his.rgb/main.c 2014-09-12 15:42:29 UTC (rev 61880)
@@ -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