[Liblas-commits] laszip: add newline
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Jan 10 13:57:05 EST 2011
details: http://hg.liblas.orglaszip/rev/878e16a6ca76
changeset: 129:878e16a6ca76
user: Howard Butler <hobu.inc at gmail.com>
date: Mon Jan 10 12:56:58 2011 -0600
description:
add newline
diffstat:
src/laswriteitemcompressed_v1.cpp | 70 +++++++++++++++++++-------------------
1 files changed, 35 insertions(+), 35 deletions(-)
diffs (106 lines):
diff -r 67cc10f46596 -r 878e16a6ca76 src/laswriteitemcompressed_v1.cpp
--- a/src/laswriteitemcompressed_v1.cpp Mon Jan 10 12:56:18 2011 -0600
+++ b/src/laswriteitemcompressed_v1.cpp Mon Jan 10 12:56:58 2011 -0600
@@ -16,35 +16,35 @@
*
****************************************************************************/
-/*
-===============================================================================
-
- FILE: laswriteitemcompressed_v1.cpp
-
- CONTENTS:
-
- see corresponding header file
-
- PROGRAMMERS:
-
- martin isenburg at cs.unc.edu
-
- COPYRIGHT:
-
- copyright (C) 2010 martin isenburg at cs.unc.edu
-
- This software is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- CHANGE HISTORY:
-
- see corresponding header file
-
-===============================================================================
-*/
-
-#include "laswriteitemcompressed_v1.hpp"
+/*
+===============================================================================
+
+ FILE: laswriteitemcompressed_v1.cpp
+
+ CONTENTS:
+
+ see corresponding header file
+
+ PROGRAMMERS:
+
+ martin isenburg at cs.unc.edu
+
+ COPYRIGHT:
+
+ copyright (C) 2010 martin isenburg at cs.unc.edu
+
+ This software is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ CHANGE HISTORY:
+
+ see corresponding header file
+
+===============================================================================
+*/
+
+#include "laswriteitemcompressed_v1.hpp"
#include <assert.h>
#include <string.h>
@@ -70,8 +70,8 @@
U8 user_data;
U16 point_source_ID;
};
-
-LASwriteItemCompressed_POINT10_v1::LASwriteItemCompressed_POINT10_v1(EntropyEncoder* enc)
+
+LASwriteItemCompressed_POINT10_v1::LASwriteItemCompressed_POINT10_v1(EntropyEncoder* enc)
{
U32 i;
@@ -93,7 +93,7 @@
m_classification[i] = 0;
m_user_data[i] = 0;
}
-}
+}
LASwriteItemCompressed_POINT10_v1::~LASwriteItemCompressed_POINT10_v1()
{
@@ -113,8 +113,8 @@
if (m_user_data[i]) enc->destroySymbolModel(m_user_data[i]);
}
}
-
-BOOL LASwriteItemCompressed_POINT10_v1::init(const U8* item)
+
+BOOL LASwriteItemCompressed_POINT10_v1::init(const U8* item)
{
U32 i;
@@ -687,4 +687,4 @@
return a2;
};
-*/
\ No newline at end of file
+*/
More information about the Liblas-commits
mailing list