[GRASS-SVN] r45408 - grass/branches/develbranch_6/include

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 16 01:50:54 EST 2011


Author: mmetz
Date: 2011-02-15 22:50:54 -0800 (Tue, 15 Feb 2011)
New Revision: 45408

Modified:
   grass/branches/develbranch_6/include/Vect.h
Log:
update header for v.kernel

Modified: grass/branches/develbranch_6/include/Vect.h
===================================================================
--- grass/branches/develbranch_6/include/Vect.h	2011-02-15 17:49:56 UTC (rev 45407)
+++ grass/branches/develbranch_6/include/Vect.h	2011-02-16 06:50:54 UTC (rev 45408)
@@ -373,6 +373,11 @@
 				double *, struct line_pnts *, struct ilist *,
 				struct line_pnts *, struct line_pnts *,
 				double *, double *);
+int Vect_net_shortest_path_coor2(struct Map_info *, double, double, double,
+				double, double, double, double, double,
+				double *, struct line_pnts *, struct ilist *, struct ilist *,
+				struct line_pnts *, struct line_pnts *,
+				double *, double *);
 
 /* Miscellaneous */
 int Vect_topo_dump(struct Map_info *, FILE *);



More information about the grass-commit mailing list