[GRASS-SVN] r44267 - grass-addons/imagery/i.landsat.acca

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 8 18:01:03 EST 2010


Author: martinl
Date: 2010-11-08 15:01:03 -0800 (Mon, 08 Nov 2010)
New Revision: 44267

Modified:
   grass-addons/imagery/i.landsat.acca/algorithm.c
Log:
i.landsat.acca: print units for max


Modified: grass-addons/imagery/i.landsat.acca/algorithm.c
===================================================================
--- grass-addons/imagery/i.landsat.acca/algorithm.c	2010-11-08 22:56:04 UTC (rev 44266)
+++ grass-addons/imagery/i.landsat.acca/algorithm.c	2010-11-08 23:01:03 UTC (rev 44267)
@@ -126,8 +126,8 @@
     G_message(_("* Snow cover: %.2lf %%"), 100. * value[SNOW]);
     G_message(_("* Cloud cover: %.2lf %%"), 100. * signa[COVER]);
     G_message(_("* Temperature of clouds:"));
-    G_message(_("** Maximum: %.2lf "), signa[KMAX]);
-    G_message(_("** Mean (%s cloud)  : %.2lf K"),
+    G_message(_("** Maximum: %.2lf K"), signa[KMAX]);
+    G_message(_("** Mean (%s cloud): %.2lf K"),
 	    (review_warm ? "cold" : "all"), signa[KMEAN]);
     G_message(_("** Minimum: %.2lf K"), signa[KMIN]);
 



More information about the grass-commit mailing list