Changeset 1615:c34ee6db25b2
- Timestamp:
- 03/05/10 12:02:50 (5 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
apps/las2las.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apps/las2las.c
r1609 r1615 1088 1088 continue; 1089 1089 } 1090 LASWriter_WritePoint(writer,p); 1091 1090 ret = LASWriter_WritePoint(writer,p); 1091 1092 if (ret == LE_Warning) { 1093 LASError_Print("Unable to write invalid point. Use --skip_invalid to avoid this problem (you will loose data in the translation)"); 1094 exit(1); 1095 } 1092 1096 p = LASReader_GetNextPoint(reader); 1093 1097 i++;
Note: See TracChangeset
for help on using the changeset viewer.
