[GRASS-SVN] r50173 - grass/trunk/vector/v.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 13 21:09:15 EST 2012


Author: hamish
Date: 2012-01-13 18:09:15 -0800 (Fri, 13 Jan 2012)
New Revision: 50173

Modified:
   grass/trunk/vector/v.distance/main.c
Log:
renamed var in comment

Modified: grass/trunk/vector/v.distance/main.c
===================================================================
--- grass/trunk/vector/v.distance/main.c	2012-01-14 02:07:56 UTC (rev 50172)
+++ grass/trunk/vector/v.distance/main.c	2012-01-14 02:09:15 UTC (rev 50173)
@@ -55,7 +55,7 @@
     struct line_pnts *FPoints, *TPoints;
     struct line_cats *FCats, *TCats;
     NEAR *Near, *near;
-    int anear;			/* allocated space, used only for all */
+    int anear;			/* allocated space, used only for do_all */
     UPLOAD *Upload;		/* zero terminated */
     int ftype, fcat, tcat, count;
     int nfrom, nto, nfcats, fline, tline, tseg, tarea, area, isle, nisles;



More information about the grass-commit mailing list