IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 10:31:58 AM (12 years ago)
Author:
eugene
Message:

some minor changes

File:
1 edited

Legend:

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

    r34088 r37054  
    5858
    5959  // is ZIMAGE present?
     60  // NOTE target of %t must be int length
    6061  status = gfits_scan_alt (ftable->header, "ZIMAGE", "%t", 1, &zimage);
    6162  if (!status || !zimage) ESCAPE;
     
    125126  int have_ztension;
    126127
     128  // NOTE target of %t must be int length
    127129  have_zsimple  = gfits_scan_alt (header, "ZSIMPLE", "%t", 1, &zsimple);
    128130  have_ztension = gfits_scan (header, "ZTENSION", "%s", 1, exttype);
Note: See TracChangeset for help on using the changeset viewer.