[GRASS-SVN] r69439 - grass/trunk/vector/v.vol.rst
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 11 12:47:38 PDT 2016
Author: neteler
Date: 2016-09-11 12:47:38 -0700 (Sun, 11 Sep 2016)
New Revision: 69439
Modified:
grass/trunk/vector/v.vol.rst/main.c
Log:
v.vol.rst: improve wording of warning (#3100)
Modified: grass/trunk/vector/v.vol.rst/main.c
===================================================================
--- grass/trunk/vector/v.vol.rst/main.c 2016-09-11 19:39:11 UTC (rev 69438)
+++ grass/trunk/vector/v.vol.rst/main.c 2016-09-11 19:47:38 UTC (rev 69439)
@@ -637,7 +637,7 @@
}
}
} else
- G_warning(_("Unable to create cellout raster map without cellinp"));
+ G_warning(_("Unable to create <%s> raster map without cross_input raster map being specified"), cellout);
ertot = 0.;
out_cond1 = (outz != NULL) || (gradient != NULL) || (aspect1 != NULL)
More information about the grass-commit
mailing list