[GRASS-SVN] r34083 - grass/trunk/raster/r.usler
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 30 00:04:43 EDT 2008
Author: ychemin
Date: 2008-10-30 00:04:43 -0400 (Thu, 30 Oct 2008)
New Revision: 34083
Modified:
grass/trunk/raster/r.usler/main.c
Log:
added USLE output units, fixed typo
Modified: grass/trunk/raster/r.usler/main.c
===================================================================
--- grass/trunk/raster/r.usler/main.c 2008-10-30 04:04:15 UTC (rev 34082)
+++ grass/trunk/raster/r.usler/main.c 2008-10-30 04:04:43 UTC (rev 34083)
@@ -20,7 +20,7 @@
#include <grass/gis.h>
#include <grass/glocale.h>
-double elswaify_1985(double annaul_pmm);
+double elswaify_1985(double annual_pmm);
double morgan_1974(double annual_pmm);
double foster_1981(double annual_pmm);
double roose_1975(double annual_pmm);
@@ -54,6 +54,7 @@
input2->description = _("Name of the annual precipitation map [mm/year]");
output = G_define_standard_option(G_OPT_R_OUTPUT);
+ output->description = _("Name of the USLE R map [MJ.mm/ha.hr.year]");
/* Define the different options */
input1 = G_define_option();
More information about the grass-commit
mailing list