[GRASS-SVN] r44525 - grass/trunk/lib/lidar

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 2 10:10:09 EST 2010


Author: mmetz
Date: 2010-12-02 07:10:09 -0800 (Thu, 02 Dec 2010)
New Revision: 44525

Modified:
   grass/trunk/lib/lidar/zones.c
Log:
use interpolator Macro

Modified: grass/trunk/lib/lidar/zones.c
===================================================================
--- grass/trunk/lib/lidar/zones.c	2010-12-02 14:52:30 UTC (rev 44524)
+++ grass/trunk/lib/lidar/zones.c	2010-12-02 15:10:09 UTC (rev 44525)
@@ -220,7 +220,7 @@
 {
     /* Returns the interpolation matrixes BandWidth dimension */
 
-    if (interpolator == 1) {
+    if (interpolator == P_BILINEAR) {
 	return (2 * nsplines + 1);
     }
     else {



More information about the grass-commit mailing list