[GRASS-SVN] r44268 - grass/trunk/imagery/i.landsat.acca

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 8 18:02:27 EST 2010


Author: martinl
Date: 2010-11-08 15:02:27 -0800 (Mon, 08 Nov 2010)
New Revision: 44268

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


Modified: grass/trunk/imagery/i.landsat.acca/algorithm.c
===================================================================
--- grass/trunk/imagery/i.landsat.acca/algorithm.c	2010-11-08 23:01:03 UTC (rev 44267)
+++ grass/trunk/imagery/i.landsat.acca/algorithm.c	2010-11-08 23:02:27 UTC (rev 44268)
@@ -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