Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update GrassAlgorithm.py
Better default cellsize for GRASS6
  • Loading branch information
pcav committed Apr 26, 2015
1 parent d0fea65 commit e7e0279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass/GrassAlgorithm.py
Expand Up @@ -190,7 +190,7 @@ def getDefaultCellsize(self):
/ layer.width())

if cellsize == 0:
cellsize = 1
cellsize = 100
return cellsize

def processAlgorithm(self, progress):
Expand Down

0 comments on commit e7e0279

Please sign in to comment.