Skip to content

Commit

Permalink
r.accumulate: Allow subwatershed= with -a because they are not comput…
Browse files Browse the repository at this point in the history
…ationally exclusive (#850)
  • Loading branch information
HuidaeCho committed Jan 19, 2023
1 parent 16c8e41 commit bc8f50d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/raster/r.accumulate/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ int main(int argc, char *argv[])
* supported; also, accumulated longest flow paths cannot be calculated
* from subaccumulation */
G_option_excludes(opt.input_subaccum, opt.accum, flag.accum_lfp, NULL);
/* subwatersheds cannot be accumulated */
G_option_exclusive(opt.subwshed, flag.accum_lfp, NULL);
/* these three inputs are mutually exclusive because one is an output of
* another */
G_option_exclusive(opt.weight, opt.input_accum, opt.input_subaccum, NULL);
Expand Down

0 comments on commit bc8f50d

Please sign in to comment.