[GRASS-SVN] r68471 - grass/trunk/vector/v.in.pdal

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 19 15:36:57 PDT 2016


Author: wenzeslaus
Date: 2016-05-19 15:36:56 -0700 (Thu, 19 May 2016)
New Revision: 68471

Modified:
   grass/trunk/vector/v.in.pdal/lidar.h
Log:
v.in.pdal: unify first/mid/last numbers with r68470

Modified: grass/trunk/vector/v.in.pdal/lidar.h
===================================================================
--- grass/trunk/vector/v.in.pdal/lidar.h	2016-05-19 21:28:21 UTC (rev 68470)
+++ grass/trunk/vector/v.in.pdal/lidar.h	2016-05-19 22:36:56 UTC (rev 68471)
@@ -18,8 +18,8 @@
 
 #define LAS_ALL 0
 #define LAS_FIRST 1
-#define LAS_LAST 2
-#define LAS_MID 3
+#define LAS_MID 2
+#define LAS_LAST 3
 
 struct GLidarLayers
 {



More information about the grass-commit mailing list