[GRASS-SVN] r69363 - grass-addons/grass7/raster/r.surf.idw2

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 3 13:24:20 PDT 2016


Author: neteler
Date: 2016-09-03 13:24:20 -0700 (Sat, 03 Sep 2016)
New Revision: 69363

Modified:
   grass-addons/grass7/raster/r.surf.idw2/main.c
Log:
r.surf.idw2 addon: fix compile error

Modified: grass-addons/grass7/raster/r.surf.idw2/main.c
===================================================================
--- grass-addons/grass7/raster/r.surf.idw2/main.c	2016-09-03 20:21:48 UTC (rev 69362)
+++ grass-addons/grass7/raster/r.surf.idw2/main.c	2016-09-03 20:24:20 UTC (rev 69363)
@@ -115,8 +115,7 @@
     if (cell_type != CELL_TYPE)
         G_fatal_error(_("This module currently only works for integer (CELL) maps"));
 
-    G_message(_n("Interpolating raster map <%s>... %d row... ",
-        "Interpolating raster map <%s>... %d rows... ", window.rows),
+    G_message(_("Interpolating raster map <%s>... %d rows... "),
 	      parm.output->answer, window.rows);
 
     north = window.north - window.ns_res / 2.0;



More information about the grass-commit mailing list