[GRASS-CVS] markus: grass6/vector/v.vol.rst user1.c,2.12,2.13
grass at intevation.de
grass at intevation.de
Sat Dec 1 11:12:46 EST 2007
Author: markus
Update of /grassrepository/grass6/vector/v.vol.rst
In directory doto:/tmp/cvs-serv10893
Modified Files:
user1.c
Log Message:
say how many points are used
Index: user1.c
===================================================================
RCS file: /grassrepository/grass6/vector/v.vol.rst/user1.c,v
retrieving revision 2.12
retrieving revision 2.13
diff -u -d -r2.12 -r2.13
--- user1.c 19 Oct 2007 15:41:26 -0000 2.12
+++ user1.c 1 Dec 2007 16:12:44 -0000 2.13
@@ -277,7 +277,7 @@
if (OUTRANGE > 0)
G_warning ("There are points outside specified 2D/3D region--ignored %d points (total points: %d)", OUTRANGE, k);
if (NPOINT > 0)
- G_warning ("Points are more dense than specified 'DMIN'--ignored %d points", NPOINT);
+ G_warning ("Points are more dense than specified 'DMIN'--ignored %d points (remain %d)", NPOINT, k - NPOINT);
NPOINT = k - NPOINT - NPT - OUTRANGE;
if(NPOINT<KMIN) {
if (NPOINT!=0) {
More information about the grass-commit
mailing list