[GRASS-SVN] r37918 - grass/branches/develbranch_6/vector/v.delaunay2
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 17 04:58:21 EDT 2009
Author: hamish
Date: 2009-06-17 04:58:21 -0400 (Wed, 17 Jun 2009)
New Revision: 37918
Modified:
grass/branches/develbranch_6/vector/v.delaunay2/in_out.c
Log:
commenting typo
Modified: grass/branches/develbranch_6/vector/v.delaunay2/in_out.c
===================================================================
--- grass/branches/develbranch_6/vector/v.delaunay2/in_out.c 2009-06-17 08:40:44 UTC (rev 37917)
+++ grass/branches/develbranch_6/vector/v.delaunay2/in_out.c 2009-06-17 08:58:21 UTC (rev 37918)
@@ -192,8 +192,9 @@
sites[nsites].entry_pt = MY_NULL;
nsites += 1;
- /* number 100 was arbitrarily chosen /*
- /* if (nsites == allocated && line != nlines){
+
+ /* number 100 was arbitrarily chosen */
+ /* if (nsites == allocated && line != nlines){
allocated += 100;
realloc_sites(allocated);
}
More information about the grass-commit
mailing list