[GRASS-SVN] r59563 - grass/trunk/vector/v.kernel
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 2 14:27:17 PDT 2014
Author: turek
Date: 2014-04-02 14:27:16 -0700 (Wed, 02 Apr 2014)
New Revision: 59563
Modified:
grass/trunk/vector/v.kernel/main.c
Log:
v.kernel: Vect_net update for r59562
Modified: grass/trunk/vector/v.kernel/main.c
===================================================================
--- grass/trunk/vector/v.kernel/main.c 2014-04-02 21:23:41 UTC (rev 59562)
+++ grass/trunk/vector/v.kernel/main.c 2014-04-02 21:27:16 UTC (rev 59563)
@@ -711,7 +711,7 @@
Vect_net_shortest_path_coor(Net, APoints->x[0], APoints->y[0],
0.0, BPoints->x[0], BPoints->y[0],
0.0, netmax, netmax, &dist, NULL,
- NULL, NULL, NULL, NULL, NULL);
+ NULL, NULL, NULL, NULL, NULL, NULL);
G_debug(3, " SP: %f %f -> %f %f", APoints->x[0], APoints->y[0],
BPoints->x[0], BPoints->y[0]);
@@ -796,9 +796,9 @@
G_debug(3, " SP: %f %f -> %f %f", x, y, PointsList->box[i].E, PointsList->box[i].N);
/*ret = Vect_net_shortest_path_coor(Net, x, y, 0.0, Points->x[0], */
/*Points->y[0], 0.0, netmax, netmax, */
- /*&dist, NULL, NULL, NULL, NULL, NULL, */
+ /*&dist, NULL, NULL, NULL, NULL, NULL, NULL, */
/*NULL); */
- ret = Vect_net_shortest_path_coor2(Net,
+ ret = Vect_net_shortest_path_coor(Net,
PointsList->box[i].E,
PointsList->box[i].N, 0.0,
x, y, 0.0, netmax, 1.0,
More information about the grass-commit
mailing list