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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 28 05:31:03 PDT 2012


Author: neteler
Date: 2012-09-28 05:31:03 -0700 (Fri, 28 Sep 2012)
New Revision: 53280

Modified:
   grass/trunk/vector/v.univar/main.c
Log:
print also number of vectors

Modified: grass/trunk/vector/v.univar/main.c
===================================================================
--- grass/trunk/vector/v.univar/main.c	2012-09-28 11:57:01 UTC (rev 53279)
+++ grass/trunk/vector/v.univar/main.c	2012-09-28 12:31:03 UTC (rev 53280)
@@ -534,6 +534,7 @@
     }
     else {
 	if(geometry->answer) {
+	    fprintf(stdout, "number of primitives: %d\n", nlines);
 	    fprintf(stdout, "number of non zero distances: %d\n", count);
 	    fprintf(stdout, "number of zero distances: %d\n", nzero);
 	}



More information about the grass-commit mailing list