[GRASS-SVN] r31080 - grass/trunk/vector/v.voronoi
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 22 19:22:30 EDT 2008
Author: neteler
Date: 2008-04-22 19:22:30 -0400 (Tue, 22 Apr 2008)
New Revision: 31080
Modified:
grass/trunk/vector/v.voronoi/README
grass/trunk/vector/v.voronoi/dt_main.c
Log:
mention Benjamin
Modified: grass/trunk/vector/v.voronoi/README
===================================================================
--- grass/trunk/vector/v.voronoi/README 2008-04-22 23:00:37 UTC (rev 31079)
+++ grass/trunk/vector/v.voronoi/README 2008-04-22 23:22:30 UTC (rev 31080)
@@ -31,7 +31,7 @@
James Darrell McCauley
mccauley at ecn.purdue.edu
-
+-----------------------------------------
UPDATE 1/5/2001
I updtated McCauley file to address slowness, some numerical
problem related to line segment parameters in s.sweep output
@@ -44,9 +44,17 @@
Andrea Aime
aaime at libero.it
-
+-----------------------------------------
UPDATE 10/2004
- Copy grass/src/sites/s.voronoi to grass51/vector/v.voronoi
- Rewritten to read/write directly GRASS vector files.
Radim Blazek
+
+-----------------------------------------
+UPDATE 4/2008
+- better memory management
+- 3D support for Delaunay
+- TODO: complete it for Voronoi if desired
+
+Benjamin Ducke
Modified: grass/trunk/vector/v.voronoi/dt_main.c
===================================================================
--- grass/trunk/vector/v.voronoi/dt_main.c 2008-04-22 23:00:37 UTC (rev 31079)
+++ grass/trunk/vector/v.voronoi/dt_main.c 2008-04-22 23:22:30 UTC (rev 31080)
@@ -13,6 +13,8 @@
** Modification History:
** 06 Feb 93 - James Darrell McCauley <mccauley at ecn.purdue.edu> pieced
** this together from stuff he found on netlib (see the manpage).
+**
+** 4 2008: Benjamin Ducke - 3D support + better memory management
**/
#define MAIN
More information about the grass-commit
mailing list