- Timestamp:
- Mar 1, 2016, 11:38:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/libfits/test/imagecomp.c
r38553 r39421 17 17 static int NY = 10; 18 18 19 int main ( int argc, char **argv) {19 int main (void) { 20 20 21 21 plan_tests (3*3*234); … … 196 196 } 197 197 198 int Ztile[2] = {NX, NY};199 ok (gfits_compress_image (&rawheader, &rawmatrix, &ftable, ( int *) &Ztile, zcmptype), "compressed image");198 unsigned long int Ztile[2] = {NX, NY}; 199 ok (gfits_compress_image (&rawheader, &rawmatrix, &ftable, (unsigned long int *) &Ztile, zcmptype), "compressed image"); 200 200 // ok (gfits_compress_image (&rawheader, &rawmatrix, &ftable, NULL, zcmptype), "compressed image"); 201 201 ok (gfits_uncompress_image (&outheader, &outmatrix, &ftable), "uncompressed image");
Note:
See TracChangeset
for help on using the changeset viewer.
