[GRASS-git] [OSGeo/grass-addons] 1cc3ab: r.accumulate: Implement non-recursive accumulation...
Huidae Cho
noreply at github.com
Thu Jul 30 18:58:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass-addons
Commit: 1cc3ab41b405858725c7d392d9dceff8322eac10
https://github.com/OSGeo/grass-addons/commit/1cc3ab41b405858725c7d392d9dceff8322eac10
Author: Huidae Cho <grass4u at gmail.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
R grass7/raster/r.accumulate/accumulate.c
A grass7/raster/r.accumulate/accumulate_iterative.c
A grass7/raster/r.accumulate/accumulate_recursive.c
M grass7/raster/r.accumulate/delineate_subwatersheds_iterative.c
M grass7/raster/r.accumulate/global.h
M grass7/raster/r.accumulate/main.c
Log Message:
-----------
r.accumulate: Implement non-recursive accumulation to avoid stack overflows, but slower than recursion (#263)
* r.accumulate: Implement iterative accumulation by default (Windows has a smaller stack size by default)
* grass indent
More information about the grass-commit
mailing list