[GRASS-SVN] r73682 - grass/trunk/raster/r.in.bin
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 18 11:11:55 PST 2018
Author: hcho
Date: 2018-11-18 11:11:54 -0800 (Sun, 18 Nov 2018)
New Revision: 73682
Modified:
grass/trunk/raster/r.in.bin/main.c
Log:
r.in.bin: nwres => nsres
Modified: grass/trunk/raster/r.in.bin/main.c
===================================================================
--- grass/trunk/raster/r.in.bin/main.c 2018-11-16 05:47:22 UTC (rev 73681)
+++ grass/trunk/raster/r.in.bin/main.c 2018-11-18 19:11:54 UTC (rev 73682)
@@ -551,7 +551,7 @@
if (cellhd.proj == PROJECTION_LL && cellhd.ew_res / cellhd.ns_res > 10.)
/* TODO: find a reasonable value */
G_warning(
- _("East-West (ewres: %f) and North-South (nwres: %f) "
+ _("East-West (ewres: %f) and North-South (nsres: %f) "
"resolution differ significantly. "
"Did you assign %s= and %s= correctly?"),
cellhd.ew_res, cellhd.ns_res, parm.east->key, parm.west->key);
More information about the grass-commit
mailing list