[GRASS-SVN] r59789 - grass-addons/grass6/raster/r.surf.nnbathy

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 18 19:20:45 PDT 2014


Author: hamish
Date: 2014-04-18 19:20:45 -0700 (Fri, 18 Apr 2014)
New Revision: 59789

Modified:
   grass-addons/grass6/raster/r.surf.nnbathy/r.surf.nnbathy
Log:
drop some unneeded whitespace

Modified: grass-addons/grass6/raster/r.surf.nnbathy/r.surf.nnbathy
===================================================================
--- grass-addons/grass6/raster/r.surf.nnbathy/r.surf.nnbathy	2014-04-19 02:19:54 UTC (rev 59788)
+++ grass-addons/grass6/raster/r.surf.nnbathy/r.surf.nnbathy	2014-04-19 02:20:45 UTC (rev 59789)
@@ -84,7 +84,6 @@
 #% answer: nn
 #% descriptions: l;Linear;nn;Sibson natural neighbor;ns;Non-Sibsonian natural neighbor
 #% description: Interpolation algorithm
-#% required : yes
 #%End
 
 
@@ -194,10 +193,8 @@
 
 
 #### interpolate
-g.message ""
 g.message '"nnbathy" is performing the interpolation now. This may take some time.'
 g.message "Once it completes an 'All done.' message will be printed."
-g.message ""
 
 
 nnbathy -W 0 -P alg="$ALG" -n "${cols}x${rows}" \
@@ -225,7 +222,6 @@
 
 # 2 do the conversion
 g.message "Converting nnbathy output to GRASS raster ..."
-g.message ""
 
 awk -v cols="$cols" '
 BEGIN {col_cur=1; ORS=" "}



More information about the grass-commit mailing list