Skip to content

Commit

Permalink
Incrementation for r.topmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric RIBREUX committed Feb 28, 2016
1 parent 6b9f9d4 commit 36da688
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 36da688

Please sign in to comment.