Skip to content

Commit

Permalink
Update Cover.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spono committed Nov 24, 2015
1 parent 11d5f0c commit d4ba0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/lidar/fusion/Cover.py
Expand Up @@ -73,6 +73,7 @@ def processAlgorithm(self, progress):
commands.append('/ground:' + unicode(ground))
outFile = self.getOutputValue(self.OUTPUT) + '.dtm'
commands.append(outFile)
commands.append(unicode(self.getParameterValue(self.HEIGHTBREAK)))
commands.append(unicode(self.getParameterValue(self.CELLSIZE)))
commands.append(self.UNITS[self.getParameterValue(self.XYUNITS)][0])
commands.append(self.UNITS[self.getParameterValue(self.ZUNITS)][0])
Expand Down

0 comments on commit d4ba0c7

Please sign in to comment.