[Liblas-commits] hg-main-tree: typo

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Jul 21 14:16:27 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/fa9ef5f70339
changeset: 904:fa9ef5f70339
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Thu Jul 21 11:16:09 2011 -0700
description:
typo

diffstat:

 test/unit/ScalingFilterTest.cpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9ad3e85bd7c1 -r fa9ef5f70339 test/unit/ScalingFilterTest.cpp
--- a/test/unit/ScalingFilterTest.cpp	Thu Jul 21 11:45:36 2011 -0500
+++ b/test/unit/ScalingFilterTest.cpp	Thu Jul 21 11:16:09 2011 -0700
@@ -52,7 +52,7 @@
 
 
 static void getDoublePoint(const pdal::PointBuffer& data, double& x, double& y, double& z, 
-                            boost::uint16_t& intensity, boost::int16_t scan_angle, boost::uint16_t green)
+                            boost::uint16_t& intensity, boost::int16_t& scan_angle, boost::uint16_t& green)
 {
     using namespace pdal;
 


More information about the Liblas-commits mailing list