[GRASS-SVN] r63191 - grass/branches/releasebranch_7_0/temporal/t.rast.out.vtk
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 27 05:20:31 PST 2014
Author: lucadelu
Date: 2014-11-27 05:20:31 -0800 (Thu, 27 Nov 2014)
New Revision: 63191
Modified:
grass/branches/releasebranch_7_0/temporal/t.rast.out.vtk/t.rast.out.vtk.py
Log:
t.rast.out.vtk: fixed wrong parameter name
Modified: grass/branches/releasebranch_7_0/temporal/t.rast.out.vtk/t.rast.out.vtk.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.out.vtk/t.rast.out.vtk.py 2014-11-27 13:15:57 UTC (rev 63190)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.out.vtk/t.rast.out.vtk.py 2014-11-27 13:20:31 UTC (rev 63191)
@@ -77,7 +77,7 @@
# Get the options
input = options["input"]
elevation = options["elevation"]
- expdir = options["expdir"]
+ expdir = options["directory"]
where = options["where"]
null = options["null"]
use_pdata = flags["p"]
More information about the grass-commit
mailing list