[GRASS-SVN] r68855 - grass/trunk/raster/r.lake

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 4 05:52:33 PDT 2016


Author: martinl
Date: 2016-07-04 05:52:33 -0700 (Mon, 04 Jul 2016)
New Revision: 68855

Modified:
   grass/trunk/raster/r.lake/main.c
Log:
r.lake: warning -> important message (volume calculation)

Modified: grass/trunk/raster/r.lake/main.c
===================================================================
--- grass/trunk/raster/r.lake/main.c	2016-07-04 12:42:42 UTC (rev 68854)
+++ grass/trunk/raster/r.lake/main.c	2016-07-04 12:52:33 UTC (rev 68855)
@@ -355,7 +355,7 @@
     G_message(_("Lake depth from %f to %f (specified water level is taken as zero)"), min_depth, max_depth);
     G_message(_("Lake area %f square meters"), area);
     G_message(_("Lake volume %f cubic meters"), volume);
-    G_warning(_("Volume is correct only if lake depth (terrain raster map) is in meters"));
+    G_important_message(_("Volume is correct only if lake depth (terrain raster map) is in meters"));
 
     /* Close all files. Lake map gets written only now. */
     Rast_close(in_terran_fd);



More information about the grass-commit mailing list