Changeset 38553 for trunk/Ohana/src/libfits/test/imagecomp.c
- Timestamp:
- Jun 25, 2015, 10:41:05 PM (11 years ago)
- Location:
- trunk/Ohana/src/libfits/test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
imagecomp.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/test
- Property svn:ignore
-
old new 2 2 ricetest 3 3 tablecomp 4 tcomptiming 4 5 test.cmp.fits 5 6 test.fpk.fits
-
- Property svn:ignore
-
trunk/Ohana/src/libfits/test/imagecomp.c
r38427 r38553 11 11 int bitpix[] = {8, 16, 32, -32, -64, 0}; 12 12 13 // char *cmptype[] = {"GZIP_1", NULL};14 // int bitpix[] = {16, 0};13 // char *cmptype[] = {"NONE", NULL}; 14 // int bitpix[] = {16, 0}; 15 15 16 16 static int NX = 10; … … 31 31 test_compress_fulltile (bitpix[j], cmptype[i]); 32 32 test_compress_fullrange (bitpix[j], cmptype[i]); 33 ok (ohana_memcheck (TRUE), "no memory corruption"); 33 34 } 34 35 } … … 42 43 test_compress_fulltile (bitpix[j], cmptype[i]); 43 44 test_compress_fullrange (bitpix[j], cmptype[i]); 45 ok (ohana_memcheck (TRUE), "no memory corruption"); 44 46 } 45 47 } … … 53 55 test_compress_fulltile (bitpix[j], cmptype[i]); 54 56 test_compress_fullrange (bitpix[j], cmptype[i]); 57 ok (ohana_memcheck (TRUE), "no memory corruption"); 55 58 } 56 59 }
Note:
See TracChangeset
for help on using the changeset viewer.
