IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 29, 2015, 5:45:02 PM (11 years ago)
Author:
eugene
Message:

add image compression test; updates to API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/libfits/test/tablecomp.c

    r38334 r38335  
    6969    FTable rawtable;
    7070    rawtable.header = &rawheader;
    71     ok (gfits_uncompress_table (&cmptable, &rawtable, 10, zcmptype), "uncompressed table");
     71    ok (gfits_uncompress_table (&cmptable, &rawtable), "uncompressed table");
    7272   
    7373    gfits_free_header (&cmpheader);
Note: See TracChangeset for help on using the changeset viewer.