IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2020, 2:44:55 PM (6 years ago)
Author:
eugene
Message:

rename libfits byte-type to gfbyte to avoid collisions

File:
1 edited

Legend:

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

    r41395 r41422  
    511511
    512512  // assign the data to the actual vector
    513   ASSIGN_DATA(byte,    byte,  Int);
     513  ASSIGN_DATA(gfbyte,  gfbyte,  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,    byte,  Int);
     539  ASSIGN_DATA_TRANSPOSE(gfbyte,  gfbyte,  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.