[GRASS-SVN] r73869 - grass/branches/releasebranch_7_4/vector/v.vol.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 27 04:25:08 PST 2018


Author: neteler
Date: 2018-12-27 04:25:08 -0800 (Thu, 27 Dec 2018)
New Revision: 73869

Modified:
   grass/branches/releasebranch_7_4/vector/v.vol.rst/main.c
Log:
v.vol.rst: fix user warning as cellout is undefined here (trunk r73867)

Modified: grass/branches/releasebranch_7_4/vector/v.vol.rst/main.c
===================================================================
--- grass/branches/releasebranch_7_4/vector/v.vol.rst/main.c	2018-12-27 12:21:33 UTC (rev 73868)
+++ grass/branches/releasebranch_7_4/vector/v.vol.rst/main.c	2018-12-27 12:25:08 UTC (rev 73869)
@@ -639,7 +639,7 @@
 		}
 	    }
 	} else
-	  G_warning(_("Unable to create <%s> raster map without cross_input raster map being specified"), cellout);
+	  G_warning(_("Unable to create 'cross_output' raster map without 'cross_input' raster map being specified"));
 	ertot = 0.;
         
 	out_cond1 = (outz != NULL) || (gradient != NULL) || (aspect1 != NULL)



More information about the grass-commit mailing list