Changeset 39457 for trunk/Ohana/src/libfits/test/imagecomp.c
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libfits/test/imagecomp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libfits/test/imagecomp.c
r38553 r39457 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.
