- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsTable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psLib/src/fits/psFitsTable.c
r24512 r27840 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.
