[GRASS-SVN] r37294 - in grass-addons/vector/adehabitat: .
v.adehabitat.clusthr v.adehabitat.mcp
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 19 17:17:10 EDT 2009
Author: neteler
Date: 2009-05-19 17:17:10 -0400 (Tue, 19 May 2009)
New Revision: 37294
Added:
grass-addons/vector/adehabitat/Makefile
Modified:
grass-addons/vector/adehabitat/v.adehabitat.clusthr/main.c
grass-addons/vector/adehabitat/v.adehabitat.mcp/main.c
Log:
Vect_build() fix; +master Makefile
Added: grass-addons/vector/adehabitat/Makefile
===================================================================
--- grass-addons/vector/adehabitat/Makefile (rev 0)
+++ grass-addons/vector/adehabitat/Makefile 2009-05-19 21:17:10 UTC (rev 37294)
@@ -0,0 +1,16 @@
+
+MODULE_TOPDIR = ..
+
+SUBDIRS = \
+ v.adehabitat.clusthr \
+ v.adehabitat.kernelUD \
+ v.adehabitat.mcp
+
+include $(MODULE_TOPDIR)/include/Make/Platform.make
+include $(MODULE_TOPDIR)/include/Make/Dir.make
+
+default: htmldir
+
+htmldir: parsubdirs
+
+clean: cleansubdirs
Property changes on: grass-addons/vector/adehabitat/Makefile
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: grass-addons/vector/adehabitat/v.adehabitat.clusthr/main.c
===================================================================
--- grass-addons/vector/adehabitat/v.adehabitat.clusthr/main.c 2009-05-19 19:22:57 UTC (rev 37293)
+++ grass-addons/vector/adehabitat/v.adehabitat.clusthr/main.c 2009-05-19 21:17:10 UTC (rev 37294)
@@ -1183,7 +1183,7 @@
/* clean up and bye bye */
- Vect_build (&Map, stdout);
+ Vect_build (&Map);
Vect_close (&Map);
freetab(coor);
freeintvec(facso);
Modified: grass-addons/vector/adehabitat/v.adehabitat.mcp/main.c
===================================================================
--- grass-addons/vector/adehabitat/v.adehabitat.mcp/main.c 2009-05-19 19:22:57 UTC (rev 37293)
+++ grass-addons/vector/adehabitat/v.adehabitat.mcp/main.c 2009-05-19 21:17:10 UTC (rev 37294)
@@ -405,7 +405,7 @@
outputHull(&Map, pointsb, hull, numHullPoints);
/* clean up and bye bye */
- Vect_build (&Map, stdout);
+ Vect_build (&Map);
Vect_close (&Map);
freevec(dist);
More information about the grass-commit
mailing list