[GRASS-SVN] r66245 - grass-addons/grass7/vector/v.lidar.mcc

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 16 08:32:56 PDT 2015


Author: wenzeslaus
Date: 2015-09-16 08:32:56 -0700 (Wed, 16 Sep 2015)
New Revision: 66245

Modified:
   grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py
Log:
v.lidar.mcc: complete rename from r66243

Modified: grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py
===================================================================
--- grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py	2015-09-16 15:08:48 UTC (rev 66244)
+++ grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py	2015-09-16 15:32:56 UTC (rev 66245)
@@ -123,8 +123,8 @@
     temp_ncout = "v_lidar_mcc_tmp_ncout_" + str(os.getpid())
 
     input = options['input']
-    g_output = options['g_output']
-    ng_output = options['ng_output']
+    g_output = options['ground']
+    ng_output = options['nonground']
 
     # does map exist?
     if not grass.find_file(input, element = 'vector')['file']:



More information about the grass-commit mailing list