[GRASS-SVN] r41111 - grass/trunk/vector/lidar/v.surf.bspline
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 19 03:58:40 EST 2010
Author: mmetz
Date: 2010-02-19 03:58:39 -0500 (Fri, 19 Feb 2010)
New Revision: 41111
Modified:
grass/trunk/vector/lidar/v.surf.bspline/main.c
Log:
sync to v.surf.* modules in trunk, again
Modified: grass/trunk/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/trunk/vector/lidar/v.surf.bspline/main.c 2010-02-19 08:30:13 UTC (rev 41110)
+++ grass/trunk/vector/lidar/v.surf.bspline/main.c 2010-02-19 08:58:39 UTC (rev 41111)
@@ -4,6 +4,7 @@
* MODULE: v.surf.bspline
*
* AUTHOR(S): Roberto Antolin & Gonzalo Moreno
+ * update for grass7 by Markus Metz
*
* PURPOSE: Spline Interpolation
*
@@ -156,12 +157,11 @@
dfield_opt->answer = "1";
dfield_opt->guisection = _("Settings");
- col_opt = G_define_option();
+ col_opt = G_define_standard_option(G_OPT_DB_COLUMN);
col_opt->key = "column";
- col_opt->type = TYPE_STRING;
col_opt->required = NO;
col_opt->description =
- _("Attribute table column with values to interpolate (if layer>0)");
+ _("Name of attribute column with values to approximate");
col_opt->guisection = _("Settings");
/*----------------------------------------------------------------*/
More information about the grass-commit
mailing list