[GRASS-SVN] r59554 - grass/branches/releasebranch_7_0/raster/r.sunmask
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 2 05:57:07 PDT 2014
Author: neteler
Date: 2014-04-02 05:57:07 -0700 (Wed, 02 Apr 2014)
New Revision: 59554
Modified:
grass/branches/releasebranch_7_0/raster/r.sunmask/main.c
Log:
r.sunmask: preset seconds to 0
Modified: grass/branches/releasebranch_7_0/raster/r.sunmask/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.sunmask/main.c 2014-04-02 12:35:01 UTC (rev 59553)
+++ grass/branches/releasebranch_7_0/raster/r.sunmask/main.c 2014-04-02 12:57:07 UTC (rev 59554)
@@ -189,6 +189,7 @@
parm.seconds->required = NO;
parm.seconds->description = _("Seconds (B)");
parm.seconds->options = "0-60";
+ parm.seconds->answer = "0";
parm.seconds->guisection = _("Time");
parm.timezone = G_define_option();
More information about the grass-commit
mailing list