Skip to content

Commit

Permalink
r.accumulate: Add a link to r.flowaccumulation manual; Change double …
Browse files Browse the repository at this point in the history
…dir_format to unsigned char
  • Loading branch information
HuidaeCho committed Oct 15, 2023
1 parent 4e69b1e commit 7d46395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/raster/r.accumulate/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ int main(int argc, char *argv[])
*accum_name, *subaccum_name, *subwshed_name, *stream_name, *outlet_name,
*lfp_name;
int dir_fd;
double dir_format, thresh;
unsigned char dir_format;
double thresh;
struct Range dir_range;
CELL dir_min, dir_max;
char neg_accum, zero_accum, accum_lfp, conf_stream, recur;
Expand Down
1 change: 1 addition & 0 deletions src/raster/r.accumulate/r.accumulate.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ <h3>Longest flow path calculation and subwatershed delineation in one run</h3>
<h2>SEE ALSO</h2>

<em>
<a href="https://grass.osgeo.org/grass-stable/manuals/addons/r.flowaccumulation.html">r.flowaccumulation</a>,
<a href="https://grass.osgeo.org/grass-stable/manuals/r.watershed.html">r.watershed</a>,
<a href="https://grass.osgeo.org/grass-stable/manuals/r.stream.extract.html">r.stream.extract</a>,
<a href="r.stream.distance.html">r.stream.distance</a>
Expand Down

0 comments on commit 7d46395

Please sign in to comment.