[GRASS-SVN] r41112 -
grass/branches/develbranch_6/vector/lidar/v.surf.bspline
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 19 04:13:12 EST 2010
Author: mmetz
Date: 2010-02-19 04:13:09 -0500 (Fri, 19 Feb 2010)
New Revision: 41112
Modified:
grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
Log:
use standard option for column
Modified: grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c 2010-02-19 08:58:39 UTC (rev 41111)
+++ grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c 2010-02-19 09:13:09 UTC (rev 41112)
@@ -152,9 +152,8 @@
dfield_opt->gisprompt = "old_layer,layer,layer_zero";
dfield_opt->guisection = _("Settings");
- col_opt = G_define_option();
+ col_opt = G_define_standard_option(G_OPT_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)");
More information about the grass-commit
mailing list