[GRASS-SVN] r37919 -
grass/branches/releasebranch_6_4/vector/v.delaunay2
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 17 05:00:40 EDT 2009
Author: hamish
Date: 2009-06-17 05:00:40 -0400 (Wed, 17 Jun 2009)
New Revision: 37919
Modified:
grass/branches/releasebranch_6_4/vector/v.delaunay2/in_out.c
Log:
commenting typo (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/vector/v.delaunay2/in_out.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.delaunay2/in_out.c 2009-06-17 08:58:21 UTC (rev 37918)
+++ grass/branches/releasebranch_6_4/vector/v.delaunay2/in_out.c 2009-06-17 09:00:40 UTC (rev 37919)
@@ -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