IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2008, 2:52:14 PM (19 years ago)
Author:
eugene
Message:

return NULL if output var requested and entry not found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/matrix/F_load_M.c

    r15751 r16139  
    1414
    1515  int i, nbytes, Nbytes;
    16   unsigned char *byte0, *byte1, *byte2, *byte3, *byte4, *byte5, *byte6, *byte7, tmp;
    17   int perpix;
    1816
    1917  matrix[0].bitpix = header[0].bitpix;
     
    4038
    4139# ifdef BYTE_SWAP 
     40 {
     41  int perpix;
     42  unsigned char *byte0, *byte1, *byte2, *byte3, *byte4, *byte5, *byte6, *byte7, tmp;
     43
    4244  perpix = abs(header[0].bitpix) / 8;
    4345  if (perpix > 1) {
     
    8486    }
    8587  }
     88 }
    8689# endif
    8790
Note: See TracChangeset for help on using the changeset viewer.