[GRASS-SVN] r71649 - grass/branches/releasebranch_7_2/raster/r.stream.extract
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 8 10:49:17 PST 2017
Author: mmetz
Date: 2017-11-08 10:49:17 -0800 (Wed, 08 Nov 2017)
New Revision: 71649
Modified:
grass/branches/releasebranch_7_2/raster/r.stream.extract/main.c
Log:
r.stream.extract: no new features in a release branch
Modified: grass/branches/releasebranch_7_2/raster/r.stream.extract/main.c
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.stream.extract/main.c 2017-11-08 16:24:02 UTC (rev 71648)
+++ grass/branches/releasebranch_7_2/raster/r.stream.extract/main.c 2017-11-08 18:49:17 UTC (rev 71649)
@@ -386,7 +386,7 @@
/* the search heap will not hold more than 5% of all points at any given time ? */
/* chances are good that the heap will fit into one large segment */
seg_open(&search_heap, 1, n_points + 1, 1, seg_cols,
- num_open_array_segs, sizeof(HEAP_PNT), 0);
+ num_open_array_segs, sizeof(HEAP_PNT), 1);
/********************/
/* processing */
More information about the grass-commit
mailing list