Skip to content

Commit

Permalink
Fix a small error in r.lake.seed and r.lake.xy
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroVenancio committed Aug 27, 2015
1 parent 54d42fb commit 42e7092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/r.lake.seed.qgm
Expand Up @@ -3,7 +3,7 @@

<qgisgrassmodule label="Fill lake from seed at given level" module="r.lake">
<option key="dem" version_max="6.4"/>
<option key="elevation" version_max="7.0"/>
<option key="elevation" version_min="7.0"/>
<option key="seed" />
<option key="wl" version_max="6.4"/>
<option key="water_level" version_min="7.0"/>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/r.lake.xy.qgm
Expand Up @@ -3,7 +3,7 @@

<qgisgrassmodule label="Fill lake from seed point at given level" module="r.lake">
<option key="dem" version_max="6.4"/>
<option key="elevation" version_max="7.0"/>
<option key="elevation" version_min="7.0"/>
<option key="xy" version_max="6.4"/>
<option key="coordinates" version_min="7.0"/>
<option key="wl" version_max="6.4"/>
Expand Down

0 comments on commit 42e7092

Please sign in to comment.