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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 14 03:31:46 EST 2012


Author: mmetz
Date: 2012-02-14 00:31:46 -0800 (Tue, 14 Feb 2012)
New Revision: 50809

Modified:
   grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
Log:
sync lambda to trunk/devbr

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	2012-02-14 08:22:55 UTC (rev 50808)
+++ grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c	2012-02-14 08:31:46 UTC (rev 50809)
@@ -142,7 +142,7 @@
     lambda_f_opt->type = TYPE_DOUBLE;
     lambda_f_opt->required = NO;
     lambda_f_opt->description = _("Tykhonov regularization parameter (affects smoothing)");
-    lambda_f_opt->answer = "1";
+    lambda_f_opt->answer = "0.01";
     lambda_f_opt->guisection = _("Settings");
 
     dfield_opt = G_define_standard_option(G_OPT_V_FIELD);



More information about the grass-commit mailing list