[Liblas-commits] hg: delete the classification filter in the example
liblas-commits at liblas.org
liblas-commits at liblas.org
Thu Jul 1 12:29:20 EDT 2010
changeset dcdb9c0e2a81 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=dcdb9c0e2a81
summary: delete the classification filter in the example
diffstat:
doc/tutorial/cpp.txt | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 9d4d836ad06d -r dcdb9c0e2a81 doc/tutorial/cpp.txt
--- a/doc/tutorial/cpp.txt Thu Jul 01 10:42:44 2010 -0500
+++ b/doc/tutorial/cpp.txt Thu Jul 01 11:29:15 2010 -0500
@@ -264,7 +264,9 @@
{
liblas::Point const& p = reader.GetPoint();
writer.WritePoint(p);
- }
+ }
+
+ delete class_filter;
}
.. _`unit tests package`: http://liblas.org/browser/trunk/test/unit
More information about the Liblas-commits
mailing list