[GRASS-SVN] r69238 - grass/branches/releasebranch_7_0/raster/r.watershed/front
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 23 06:52:03 PDT 2016
Author: martinl
Date: 2016-08-23 06:52:03 -0700 (Tue, 23 Aug 2016)
New Revision: 69238
Modified:
grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html
Log:
The r.watershed module documentation has the wrong value for cells that do not get included in a complete watershed. (fix #2664)
Modified: grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html 2016-08-23 13:51:03 UTC (rev 69237)
+++ grass/branches/releasebranch_7_0/raster/r.watershed/front/r.watershed.html 2016-08-23 13:52:03 UTC (rev 69238)
@@ -138,7 +138,7 @@
The output <b>basin</b> map contains unique label for each watershed
basin. Each basin will be given a unique positive even integer. Areas
along edges may not be large enough to create an exterior watershed
-basin. 0 values indicate that the cell is not part of a complete
+basin. NULL values indicate that the cell is not part of a complete
watershed basin in the current geographic region.
<p>
More information about the grass-commit
mailing list