[GRASS-SVN] r72224 - grass/trunk/vector/v.lidar.correction

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 9 11:02:00 PST 2018


Author: martinl
Date: 2018-02-09 11:02:00 -0800 (Fri, 09 Feb 2018)
New Revision: 72224

Modified:
   grass/trunk/vector/v.lidar.correction/main.c
Log:
v.lidar.correction: turn percent-related messages to be important (cosmetics)

Modified: grass/trunk/vector/v.lidar.correction/main.c
===================================================================
--- grass/trunk/vector/v.lidar.correction/main.c	2018-02-09 18:55:21 UTC (rev 72223)
+++ grass/trunk/vector/v.lidar.correction/main.c	2018-02-09 19:02:00 UTC (rev 72224)
@@ -373,7 +373,7 @@
 		nparameters = nsplx * nsply;
 
 		/* Mean calculation */
-		G_verbose_message(_("Performing mean calculation..."));
+		G_important_message(_("Performing mean calculation..."));
 		mean = P_Mean_Calc(&elaboration_reg, observ, npoints);
 
 		/*Least Squares system */
@@ -417,7 +417,7 @@
 		G_free_vector(Q);
 		G_free_matrix(obsVect);
 
-		G_verbose_message( _("Correction and creation of terrain vector..."));
+		G_important_message( _("Correction and creation of terrain vector map..."));
 		P_Sparse_Correction(&In, &Out, &Terrain, &elaboration_reg,
 				    general_box, overlap_box, obsVect_all, lcat,
 				    parVect, lineVect, stepN, stepE,



More information about the grass-commit mailing list