[GRASS-SVN] r68921 - grass/branches/releasebranch_7_0/vector/v.vol.rst
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 9 13:17:09 PDT 2016
Author: wenzeslaus
Date: 2016-07-09 13:17:08 -0700 (Sat, 09 Jul 2016)
New Revision: 68921
Modified:
grass/branches/releasebranch_7_0/vector/v.vol.rst/user3.c
Log:
v.vol.rst: remove unused write to array (backport r68112)
Modified: grass/branches/releasebranch_7_0/vector/v.vol.rst/user3.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.vol.rst/user3.c 2016-07-09 19:51:01 UTC (rev 68920)
+++ grass/branches/releasebranch_7_0/vector/v.vol.rst/user3.c 2016-07-09 20:17:08 UTC (rev 68921)
@@ -495,7 +495,6 @@
if ((cellinp != NULL) && (cellout != NULL) &&
(i == ngstl))
wwcell = hcell + wmin;
- A[l] = h;
az[l] = ww;
if (first_time_z) {
first_time_z = 0;
More information about the grass-commit
mailing list