Skip to content

Commit c45fa05

Browse files
author
Médéric RIBREUX
committedFeb 27, 2016
Incrementation for r.topmodel
1 parent 4ea75f3 commit c45fa05

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎python/plugins/processing/algs/grass7/ext/r_topmodel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ def processCommand(alg):
3939
'topidxclass={}'.format(alg.getParameterValue('topidxclass')) if alg.getParameterValue('topidxclass') else ''
4040
)
4141
alg.commands.append(command)
42-

‎python/plugins/processing/algs/grass7/ext/r_topmodel_topidxstats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ def processCommand(alg):
3636
out.value
3737
)
3838
alg.commands.append(command)
39-

0 commit comments

Comments
 (0)
Please sign in to comment.