Changeset 534:d77864dbdafc
- Timestamp:
- 04/24/08 08:54:39 (2 years ago)
- Branch:
- default
- Convert:
- svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@600
- File:
-
- 1 edited
-
apps/las2las.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apps/las2las.c
r477 r534 665 665 continue; 666 666 } 667 if (elim_class && ( elim_class == LASPoint_GetClassification(p))) 668 { 669 p = LASReader_GetNextPoint(reader); 670 continue; 671 } 667 672 LASWriter_WritePoint(writer,p); 668 673
Note: See TracChangeset
for help on using the changeset viewer.
