[GRASS-SVN] r66673 - grass/branches/releasebranch_7_0/temporal/t.shift

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 30 04:32:13 PDT 2015


Author: neteler
Date: 2015-10-30 04:32:13 -0700 (Fri, 30 Oct 2015)
New Revision: 66673

Modified:
   grass/branches/releasebranch_7_0/temporal/t.shift/t.shift.py
Log:
temporal modules: Fixed wrong type in t.shift (trunk, r66652)

Modified: grass/branches/releasebranch_7_0/temporal/t.shift/t.shift.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.shift/t.shift.py	2015-10-30 11:23:52 UTC (rev 66672)
+++ grass/branches/releasebranch_7_0/temporal/t.shift/t.shift.py	2015-10-30 11:32:13 UTC (rev 66673)
@@ -25,7 +25,7 @@
 #% description: Name of an existing space time dataset
 #%end
 
-#%option G_OPT_T_TYPE
+#%option G_OPT_STDS_TYPE
 #% guidependency: input
 #% guisection: Required
 #%end



More information about the grass-commit mailing list