Skip to content

Commit

Permalink
r.series.lwr: added missing weight param description
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Oct 3, 2019
1 parent 2eb8d7f commit 5a442b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grass7/raster/r.series.lwr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ int main(int argc, char *argv[])
parm.weight->required = NO;
parm.weight->options = "uniform,triangular,epanechnikov,quartic,tricube,cosine";
parm.weight->answer = "tricube";
parm.weight->description = _("Weighing kernel function");

parm.fet = G_define_option();
parm.fet->key = "fet";
Expand Down

0 comments on commit 5a442b6

Please sign in to comment.