- Timestamp:
- Jun 3, 2015, 8:20:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/matrix/F_compress_data.c
r38356 r38362 50 50 } 51 51 52 if (!strcasecmp(cmptype, "GZIP_1")) { 52 // GZIP_1 uses inflate / deflate, GZIP_2 does as well, but operates on a buffer with 53 // a different byte organization (gfits_distribute_gzp2) 54 if (!strcasecmp(cmptype, "GZIP_1") || !strcasecmp(cmptype, "GZIP_2")) { 53 55 unsigned long Nbytes = Nrawpix * rawpix_size; 54 56
Note:
See TracChangeset
for help on using the changeset viewer.
