[GRASS-SVN] r60933 - grass/branches/releasebranch_7_0/raster/r.series.interp

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 23 20:23:42 PDT 2014


Author: annakrat
Date: 2014-06-23 20:23:42 -0700 (Mon, 23 Jun 2014)
New Revision: 60933

Modified:
   grass/branches/releasebranch_7_0/raster/r.series.interp/main.c
Log:
r.series.interp: samplingpos option is multiple (merge from trunk, r60932)

Modified: grass/branches/releasebranch_7_0/raster/r.series.interp/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.series.interp/main.c	2014-06-24 03:21:25 UTC (rev 60932)
+++ grass/branches/releasebranch_7_0/raster/r.series.interp/main.c	2014-06-24 03:23:42 UTC (rev 60933)
@@ -92,6 +92,7 @@
     parm.samplingpos->key = "samplingpos";
     parm.samplingpos->type = TYPE_DOUBLE;
     parm.samplingpos->required = NO;
+    parm.samplingpos->multiple = YES;
     parm.samplingpos->description = _("Sampling point position for each output map");
 
     parm.outfile = G_define_standard_option(G_OPT_F_INPUT);



More information about the grass-commit mailing list