Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Incrementation for r.topmodel
  • Loading branch information
Médéric RIBREUX committed Feb 27, 2016
1 parent 4ea75f3 commit c45fa05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/grass7/ext/r_topmodel.py
Expand Up @@ -39,4 +39,3 @@ def processCommand(alg):
'topidxclass={}'.format(alg.getParameterValue('topidxclass')) if alg.getParameterValue('topidxclass') else ''
)
alg.commands.append(command)

Expand Up @@ -36,4 +36,3 @@ def processCommand(alg):
out.value
)
alg.commands.append(command)

0 comments on commit c45fa05

Please sign in to comment.