IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 4:08:49 PM (16 years ago)
Author:
eugene
Message:

updates from trunk (includes fix to robust stats)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psLib/src/fits/psFitsTable.c

    r24512 r26868  
    162162
    163163        switch (typecode) {
     164           // TBYTE and TSHORT fall though to read into psS32
    164165          case TBYTE:
    165166          case TSHORT:
    166           case TLONGLONG:
    167167            READ_TABLE_ROW_CASE(TLONG, long, S32, S32);
     168            READ_TABLE_ROW_CASE(TLONGLONG, long, S64, S64);
    168169            READ_TABLE_ROW_CASE(TFLOAT, float, F32, F32);
    169170            READ_TABLE_ROW_CASE(TDOUBLE, double, F64, F64);
Note: See TracChangeset for help on using the changeset viewer.