Changeset 16139 for trunk/Ohana/src/libfits/matrix/F_load_M.c
- Timestamp:
- Jan 18, 2008, 2:52:14 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/matrix/F_load_M.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/matrix/F_load_M.c
r15751 r16139 14 14 15 15 int i, nbytes, Nbytes; 16 unsigned char *byte0, *byte1, *byte2, *byte3, *byte4, *byte5, *byte6, *byte7, tmp;17 int perpix;18 16 19 17 matrix[0].bitpix = header[0].bitpix; … … 40 38 41 39 # ifdef BYTE_SWAP 40 { 41 int perpix; 42 unsigned char *byte0, *byte1, *byte2, *byte3, *byte4, *byte5, *byte6, *byte7, tmp; 43 42 44 perpix = abs(header[0].bitpix) / 8; 43 45 if (perpix > 1) { … … 84 86 } 85 87 } 88 } 86 89 # endif 87 90
Note:
See TracChangeset
for help on using the changeset viewer.
