IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28278


Ignore:
Timestamp:
Jun 9, 2010, 4:27:39 PM (16 years ago)
Author:
eugene
Message:

init simple and extend

File:
1 edited

Legend:

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

    r28241 r28278  
    5454  }
    5555
     56  /* if these are not found in the header, they should be set to FALSE */
     57  header[0].simple = FALSE;
     58  header[0].extend = FALSE;
     59
    5660  header[0].unsign = gfits_get_unsign_mode();
    5761  header[0].bscale = 1;
    5862  header[0].bzero  = 0;
     63
    5964  for (i = 0; i < FT_MAX_NAXES; i++)
    6065    header[0].Naxis[i] = 0;
Note: See TracChangeset for help on using the changeset viewer.