[Liblas-commits] hg-main-tree: removed commented-out code

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Mar 24 12:13:01 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/f99d29deba24
changeset: 423:f99d29deba24
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Thu Mar 24 09:12:53 2011 -0700
description:
removed commented-out code

diffstat:

 test/unit/LiblasReaderTest.cpp |  11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diffs (21 lines):

diff -r ed522b6204ae -r f99d29deba24 test/unit/LiblasReaderTest.cpp
--- a/test/unit/LiblasReaderTest.cpp	Thu Mar 24 09:03:39 2011 -0700
+++ b/test/unit/LiblasReaderTest.cpp	Thu Mar 24 09:12:53 2011 -0700
@@ -102,17 +102,6 @@
         checkPointXYZ(data, 2, schema, 636554.630000, 850040.030000, 499.110000);
     }
 
-    ////// Can we seek to beginning? Yes, we can!
-    ////iter->seekToPoint(0);
-    ////{
-    ////    boost::uint32_t numRead = iter->read(data);
-    ////    BOOST_CHECK(numRead == 3);
-
-    ////    checkPointXYZ(data, 0, schema, 637012.240000, 849028.310000, 431.660000);
-    ////    checkPointXYZ(data, 1, schema, 636896.330000, 849087.700000, 446.390000);
-    ////    checkPointXYZ(data, 2, schema, 636784.740000, 849106.660000, 426.710000);
-    ////}
-    
     delete iter;
 
     return;


More information about the Liblas-commits mailing list