[GRASS-SVN] r40227 - grass-addons/vector/v.surf.icw

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 4 22:39:48 EST 2010


Author: hamish
Date: 2010-01-04 22:39:46 -0500 (Mon, 04 Jan 2010)
New Revision: 40227

Modified:
   grass-addons/vector/v.surf.icw/v.surf.icw
Log:
avoid option name conflict with newer versions of r.cost (thanks Ben)

Modified: grass-addons/vector/v.surf.icw/v.surf.icw
===================================================================
--- grass-addons/vector/v.surf.icw/v.surf.icw	2010-01-05 00:47:40 UTC (rev 40226)
+++ grass-addons/vector/v.surf.icw/v.surf.icw	2010-01-05 03:39:46 UTC (rev 40227)
@@ -231,7 +231,7 @@
     fi
 
 #    echo "$EASTING $NORTHING $DATA_VALUE" | v.in.ascii output=tmp_idw_cost_site_$$ fs=space --o 2> /dev/null
-    r.cost $VERBOSE -k in=tmp_icw_area_$$ out=cost_site.$NUM coordinate=$EASTING,$NORTHING
+    r.cost $VERBOSE -k in=tmp_icw_area_$$ output=cost_site.$NUM coordinate=$EASTING,$NORTHING
         #start_points=tmp_idw_cost_site_$$
 
     # so the divisor exists and the weighting is huge at the exact sample spots



More information about the grass-commit mailing list