[GRASS-SVN] r40330 - grass-addons/vector/v.surf.icw
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 8 22:41:20 EST 2010
Author: hamish
Date: 2010-01-08 22:41:20 -0500 (Fri, 08 Jan 2010)
New Revision: 40330
Modified:
grass-addons/vector/v.surf.icw/v.surf.icw
Log:
buglette
Modified: grass-addons/vector/v.surf.icw/v.surf.icw
===================================================================
--- grass-addons/vector/v.surf.icw/v.surf.icw 2010-01-09 02:23:54 UTC (rev 40329)
+++ grass-addons/vector/v.surf.icw/v.surf.icw 2010-01-09 03:41:20 UTC (rev 40330)
@@ -151,7 +151,7 @@
#if [ "$FRICTION" -eq 5 ] ; then DIVISOR=" / 100.0" ; fi
#if [ "$FRICTION" -eq 6 ] ; then DIVISOR=" / 500.0" ; fi
# fp version:
-DIVISOR=`echo "$FRICTION" | awk '{if ( $1 > 4 ) {print 0.01 * $1^6 }}'`
+DIVISOR=`echo "$FRICTION" | awk '{if ( $1 > 4 ) {print " / " 0.01 * $1^6 }}'`
POINTS_FILE="$GIS_OPT_INPUT"
More information about the grass-commit
mailing list