[GRASS-SVN] r59565 - grass/trunk/vector/v.net.path

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 2 14:30:27 PDT 2014


Author: turek
Date: 2014-04-02 14:30:27 -0700 (Wed, 02 Apr 2014)
New Revision: 59565

Modified:
   grass/trunk/vector/v.net.path/path.c
Log:
v.net.path: Vect_net update for r59562

Modified: grass/trunk/vector/v.net.path/path.c
===================================================================
--- grass/trunk/vector/v.net.path/path.c	2014-04-02 21:29:27 UTC (rev 59564)
+++ grass/trunk/vector/v.net.path/path.c	2014-04-02 21:30:27 UTC (rev 59565)
@@ -257,7 +257,7 @@
 	    ret =
 		Vect_net_shortest_path_coor(In, fx, fy, 0.0, tx, ty, 0.0,
 					    maxdist, maxdist, &cost, OPoints,
-					    AList, FPoints, TPoints, &fdist,
+					    AList, NULL, FPoints, TPoints, &fdist,
 					    &tdist);
 
 	    if (ret == 0) {



More information about the grass-commit mailing list