Changeset 837 for trunk/src/lasheader.cpp
- Timestamp:
- 08/18/08 17:37:02 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/lasheader.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lasheader.cpp
r816 r837 762 762 763 763 // Shorts are 2 bytes in length 764 uint 32_t length = 2*kcount;764 uint16_t length = 2*kcount; 765 765 766 766 record.SetRecordLength(length); … … 830 830 831 831 // Doubles are 8 bytes in length 832 uint 32_t length = 8*dcount;832 uint16_t length = 8*dcount; 833 833 record.SetRecordLength(length); 834 834
