IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 7, 2020, 2:06:23 PM (6 years ago)
Author:
eugene
Message:

libfits I/O operations where using signed char instead of unsigned char for byte-values table columns (B) -- this only affects the definition of SkyRegion.d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/VectorIO.c

    r41341 r41395  
    511511
    512512  // assign the data to the actual vector
    513   ASSIGN_DATA(byte,    char,    Int);
     513  ASSIGN_DATA(byte,    byte,  Int);
    514514  ASSIGN_DATA(char,    char,    Int);
    515515  ASSIGN_DATA(short,   short,   Int);
     
    537537
    538538  // assign the data to the actual vector
    539   ASSIGN_DATA_TRANSPOSE(byte,    char,    Int);
     539  ASSIGN_DATA_TRANSPOSE(byte,    byte,  Int);
    540540  ASSIGN_DATA_TRANSPOSE(char,    char,    Int);
    541541  ASSIGN_DATA_TRANSPOSE(short,   short,   Int);
Note: See TracChangeset for help on using the changeset viewer.