瀏覽代碼

r.fillnulls: fix v.surf.rst call ('zcol' removed)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55780 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 年之前
父節點
當前提交
5dfdb62169
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/r.fillnulls/r.fillnulls.py

+ 1 - 1
scripts/r.fillnulls/r.fillnulls.py

@@ -261,7 +261,7 @@ def main():
             # launch v.surf.rst
             tmp_rmaps.append(holename + '_dem')
             if grass.run_command('v.surf.rst', quiet = quiet, input = holename, elev = holename + '_dem',
-                                 zcol = 'value', tension = tension, smooth = smooth, 
+                                 tension = tension, smooth = smooth, 
                                  segmax = segmax, npmin = npmin) != 0:
                 # GTC Hole is NULL area in a raster map
                 grass.fatal(_("Failed to fill hole %s") % cat)