[GRASS-SVN] r38379 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 13 02:51:46 EDT 2009
Author: mmetz
Date: 2009-07-13 02:51:45 -0400 (Mon, 13 Jul 2009)
New Revision: 38379
Modified:
grass/trunk/lib/vector/Vlib/build_nat.c
Log:
topo building bugfix
Modified: grass/trunk/lib/vector/Vlib/build_nat.c
===================================================================
--- grass/trunk/lib/vector/Vlib/build_nat.c 2009-07-13 05:16:23 UTC (rev 38378)
+++ grass/trunk/lib/vector/Vlib/build_nat.c 2009-07-13 06:51:45 UTC (rev 38379)
@@ -84,9 +84,9 @@
}
APoints->n_points++; /* close polygon */
- /* dig_find_area_poly(APoints, &area_size); */
+ dig_find_area_poly(APoints, &area_size);
- area_size = dig_find_poly_orientation(APoints);
+ /* area_size = dig_find_poly_orientation(APoints); */
/* area_size is not real area size, we are only interested in the sign */
G_debug(3, " area/isle size = %f", area_size);
More information about the grass-commit
mailing list