[GRASS-SVN] r63391 - grass/trunk/vector/v.univar

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 6 02:28:37 PST 2014


Author: martinl
Date: 2014-12-06 02:28:37 -0800 (Sat, 06 Dec 2014)
New Revision: 63391

Modified:
   grass/trunk/vector/v.univar/main.c
Log:
v.univar: static fn cosmetics


Modified: grass/trunk/vector/v.univar/main.c
===================================================================
--- grass/trunk/vector/v.univar/main.c	2014-12-06 05:59:31 UTC (rev 63390)
+++ grass/trunk/vector/v.univar/main.c	2014-12-06 10:28:37 UTC (rev 63391)
@@ -211,7 +211,7 @@
     exit(EXIT_SUCCESS);
 }
 
-static void select_from_geometry(void)
+void select_from_geometry(void)
 {
     int i, j, k, ncats, *cats;
     int type;
@@ -333,7 +333,7 @@
     }
 }
 
-static void select_from_database(void)
+void select_from_database(void)
 {
     int nrec, ctype, nlines, line, nareas, area;
     struct line_pnts *Points;
@@ -528,7 +528,7 @@
     G_debug(2, "sum = %f total_size = %f", sum, total_size);
 }
 
-static void summary(void)
+void summary(void)
 {
     if (compatible) {
 	if (!geometry->answer && weight_flag->answer) {



More information about the grass-commit mailing list