- Timestamp:
- Jun 19, 2015, 8:59:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150616/Ohana/src/libfits/test/imagecomp.c
r38427 r38492 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.
