IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 11:12:42 AM (19 years ago)
Author:
eugene
Message:

FT_UNSIGN_MODE removed as global symbol and functionality replaced with gfits_set/get_unsign_mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/header/F_read_H.c

    r7054 r12902  
    11# include <ohana.h>
    22# include <gfitsio.h>
    3 int FT_UNSIGN_MODE;
    43
    54/*********************** fits read header ***********************************/
     
    5150  }
    5251
    53   header[0].unsign = FT_UNSIGN_MODE;
     52  header[0].unsign = gfits_get_unsign_mode();
    5453  header[0].bscale = 1;
    5554  header[0].bzero  = 0;
Note: See TracChangeset for help on using the changeset viewer.