[GRASS-SVN] r46681 - grass/branches/develbranch_6/vector/v.buffer2

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 13 08:41:45 EDT 2011


Author: mmetz
Date: 2011-06-13 05:41:45 -0700 (Mon, 13 Jun 2011)
New Revision: 46681

Modified:
   grass/branches/develbranch_6/vector/v.buffer2/main.c
Log:
code clean up

Modified: grass/branches/develbranch_6/vector/v.buffer2/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.buffer2/main.c	2011-06-13 12:39:13 UTC (rev 46680)
+++ grass/branches/develbranch_6/vector/v.buffer2/main.c	2011-06-13 12:41:45 UTC (rev 46681)
@@ -527,17 +527,9 @@
 	
 	for (j = 0; j < arr_bc[i].inner_count; j++)
 	    Vect_write_line(&Out, GV_BOUNDARY, arr_bc[i].iPoints[j], BCats);
-	    
     }
     G_percent(1, 1, 1);
 
-/*
-    Vect_close(&In);
-
-    Vect_build_partial(&Out, GV_BUILD_NONE);
-    Vect_build(&Out);
-    Vect_close(&Out);
-*/
     /* Create areas */
 
     /* Break lines */



More information about the grass-commit mailing list