[GRASS-SVN] r59233 - grass/trunk/scripts/r.fillnulls

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 11 08:43:04 PDT 2014


Author: marisn
Date: 2014-03-11 08:43:04 -0700 (Tue, 11 Mar 2014)
New Revision: 59233

Modified:
   grass/trunk/scripts/r.fillnulls/r.fillnulls.py
Log:
Change inrepolation method names to match r58903

Modified: grass/trunk/scripts/r.fillnulls/r.fillnulls.py
===================================================================
--- grass/trunk/scripts/r.fillnulls/r.fillnulls.py	2014-03-11 00:48:10 UTC (rev 59232)
+++ grass/trunk/scripts/r.fillnulls/r.fillnulls.py	2014-03-11 15:43:04 UTC (rev 59233)
@@ -38,7 +38,7 @@
 #% type: string
 #% description: Interpolation method
 #% required: yes
-#% options: linear,cubic,rst
+#% options: bilinear,bicubic,rst
 #% answer: rst
 #%end
 #%option



More information about the grass-commit mailing list