Changeset 26481 for trunk/psLib/src/fits/psFitsTable.c
- Timestamp:
- Dec 23, 2009, 9:34:53 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsTable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsTable.c
r24512 r26481 162 162 163 163 switch (typecode) { 164 // TBYTE and TSHORT fall though to read into psS32 164 165 case TBYTE: 165 166 case TSHORT: 166 case TLONGLONG:167 167 READ_TABLE_ROW_CASE(TLONG, long, S32, S32); 168 READ_TABLE_ROW_CASE(TLONGLONG, long, S64, S64); 168 169 READ_TABLE_ROW_CASE(TFLOAT, float, F32, F32); 169 170 READ_TABLE_ROW_CASE(TDOUBLE, double, F64, F64);
Note:
See TracChangeset
for help on using the changeset viewer.
