[GRASS-SVN] r39830 - grass/trunk/vector/v.hull

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 27 12:54:32 EST 2009


Author: martinl
Date: 2009-11-27 12:54:31 -0500 (Fri, 27 Nov 2009)
New Revision: 39830

Modified:
   grass/trunk/vector/v.hull/main.c
Log:
v.hull: topo not needed


Modified: grass/trunk/vector/v.hull/main.c
===================================================================
--- grass/trunk/vector/v.hull/main.c	2009-11-27 17:51:50 UTC (rev 39829)
+++ grass/trunk/vector/v.hull/main.c	2009-11-27 17:54:31 UTC (rev 39830)
@@ -76,6 +76,7 @@
     Vect_check_input_output_name(input->answer, output->answer,
 				 GV_FATAL_EXIT);
 
+    Vect_set_open_level(1);
     if (Vect_open_old2(&Map, sitefile, "", field->answer) < 0)
 	G_fatal_error(_("Unable to open vector map <%s>"), sitefile);
 



More information about the grass-commit mailing list