[GRASS-SVN] r34519 - grass/branches/develbranch_6/vector/v.delaunay2
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 26 16:40:50 EST 2008
Author: neteler
Date: 2008-11-26 16:40:50 -0500 (Wed, 26 Nov 2008)
New Revision: 34519
Modified:
grass/branches/develbranch_6/vector/v.delaunay2/main.c
Log:
missing header added
Modified: grass/branches/develbranch_6/vector/v.delaunay2/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.delaunay2/main.c 2008-11-26 21:35:34 UTC (rev 34518)
+++ grass/branches/develbranch_6/vector/v.delaunay2/main.c 2008-11-26 21:40:50 UTC (rev 34519)
@@ -1,3 +1,19 @@
+/***************************************************************
+ *
+ * MODULE: v.delauney
+ *
+ * AUTHOR(S): Martin Pavlovsky (Paul Kelly mentor)
+ *
+ * PURPOSE: creates a Delaunay triangulation vector map
+ *
+ * COPYRIGHT: (C) 2008 by the GRASS Development Team
+ *
+ * This program is free software under the
+ * GNU General Public License (>=v2).
+ * Read the file COPYING that comes with GRASS
+ * for details.
+ *
+ **************************************************************/
#include <stdio.h>
#include <stdlib.h>
More information about the grass-commit
mailing list