Pārlūkot izejas kodu

r.lake: warning -> important message (volume calculation)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68855 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 gadi atpakaļ
vecāks
revīzija
58a063ddf0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      raster/r.lake/main.c

+ 1 - 1
raster/r.lake/main.c

@@ -355,7 +355,7 @@ int main(int argc, char *argv[])
     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);