[GRASS-SVN] r41113 - grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 19 04:17:38 EST 2010


Author: mmetz
Date: 2010-02-19 04:17:35 -0500 (Fri, 19 Feb 2010)
New Revision: 41113

Modified:
   grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
Log:
use standard option for column

Modified: grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c	2010-02-19 09:13:09 UTC (rev 41112)
+++ grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c	2010-02-19 09:17:35 UTC (rev 41113)
@@ -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