[Liblas-commits] libpc: lint
liblas-commits at liblas.org
liblas-commits at liblas.org
Thu Mar 10 17:24:35 EST 2011
details: http://hg.liblas.orglibpc/rev/29fa92ca867d
changeset: 199:29fa92ca867d
user: Michael P. Gerlek <mpg at flaxen.com>
date: Thu Mar 10 14:24:29 2011 -0800
description:
lint
diffstat:
src/LasReader.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 53bb2743ebaa -r 29fa92ca867d src/LasReader.cpp
--- a/src/LasReader.cpp Thu Mar 10 14:20:43 2011 -0800
+++ b/src/LasReader.cpp Thu Mar 10 14:24:29 2011 -0800
@@ -190,12 +190,12 @@
else if (pointFormat == LasHeader::ePointFormat1)
{
throw;
- Utils::read_n(buf, m_istream, LasHeader::ePointSize1);
+ //Utils::read_n(buf, m_istream, LasHeader::ePointSize1);
}
else if (pointFormat == LasHeader::ePointFormat2)
{
throw;
- Utils::read_n(buf, m_istream, LasHeader::ePointSize2);
+ //Utils::read_n(buf, m_istream, LasHeader::ePointSize2);
}
else if (pointFormat == LasHeader::ePointFormat3)
{
More information about the Liblas-commits
mailing list