[Liblas-commits] hg: set an argv/argc so it will compile

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Oct 26 09:31:57 EDT 2010


changeset 973726947c23 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=973726947c23
summary: set an argv/argc so it will compile

diffstat:

 apps/lasindex_test.cpp |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 51de9d42769f -r 973726947c23 apps/lasindex_test.cpp
--- a/apps/lasindex_test.cpp	Tue Oct 26 07:19:19 2010 -0600
+++ b/apps/lasindex_test.cpp	Tue Oct 26 07:31:35 2010 -0600
@@ -235,13 +235,13 @@
 		 "-n", "C:\\LibLAS\\Samples\\N1440375_idx.ldx", "-r"};
 	argc = 6;
 	*/
-	/*-----------------build embedded index, filter with user bounds------------
+	/*-----------------build embedded index, filter with user bounds------------ */
 	const char* arggv[] = {"foo", "-t", "C:\\LibLAS\\Samples\\N1440375.tmp",
 		 "-i", "C:\\LibLAS\\Samples\\N1440375.las", "-a", SAMPLE_AUTHOR, "-c", SAMPLE_COMMENT, "-d", SAMPLE_DATE,
 		 "-o", "C:\\LibLAS\\Samples\\N1440375_idx.las",
 		 "-x", "1443000.00", "1444000.00", "-y", "376000.02", "379000.00", "-z", "850.00", "950.00"};
 	argc = 22;
-	*/	
+
 	/*------------filter with embedded index using iterator---------------------
 	const char* arggv[] = {"foo",
 		 "-i", "C:\\LibLAS\\Samples\\N1440375_idx.las", "-r", "-it", "20000"};


More information about the Liblas-commits mailing list