[GRASS-SVN] r63392 - grass/branches/releasebranch_7_0/vector/v.univar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 6 02:30:43 PST 2014
Author: martinl
Date: 2014-12-06 02:30:42 -0800 (Sat, 06 Dec 2014)
New Revision: 63392
Modified:
grass/branches/releasebranch_7_0/vector/v.univar/main.c
Log:
v.univar: static fn cosmetics
(merge r63391 from trunk)
Modified: grass/branches/releasebranch_7_0/vector/v.univar/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.univar/main.c 2014-12-06 10:28:37 UTC (rev 63391)
+++ grass/branches/releasebranch_7_0/vector/v.univar/main.c 2014-12-06 10:30:42 UTC (rev 63392)
@@ -209,7 +209,7 @@
exit(EXIT_SUCCESS);
}
-static void select_from_geometry(void)
+void select_from_geometry(void)
{
int i, j, k, ncats, *cats;
int type;
@@ -331,7 +331,7 @@
}
}
-static void select_from_database(void)
+void select_from_database(void)
{
int nrec, ctype, nlines, line, nareas, area;
struct line_pnts *Points;
@@ -526,7 +526,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