[GRASS-SVN] r30297 - grass/trunk/raster/simwe/simlib

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 23 00:49:08 EST 2008


Author: helena
Date: 2008-02-23 00:49:08 -0500 (Sat, 23 Feb 2008)
New Revision: 30297

Modified:
   grass/trunk/raster/simwe/simlib/input.c
Log:
fixed message to work with sediment too

Modified: grass/trunk/raster/simwe/simlib/input.c
===================================================================
--- grass/trunk/raster/simwe/simlib/input.c	2008-02-23 05:03:18 UTC (rev 30296)
+++ grass/trunk/raster/simwe/simlib/input.c	2008-02-23 05:49:08 UTC (rev 30297)
@@ -605,7 +605,8 @@
 	
 	fprintf (stderr, "\n");
 	G_message (_("Min elevation \t= %.2f m\nMax elevation \t= %.2f m\n"),zmin,zmax);
-	G_message (_("Mean Rainfall \t= %f m/s\nMean flow velocity \t= %f m/s\n"),si0,vmean);
+	G_message (_("Mean Source Rate (rainf. excess or sediment) \t= %f m/s or kg/m2s \n"),si0);
+	G_message (_("Mean flow velocity \t= %f m/s\n"),vmean);
 	G_message (_("Mean Mannings \t= %f\n"),1.0/chmean);
 
 	deltap = amin1(deltap,deltaw);



More information about the grass-commit mailing list