- Timestamp:
- May 30, 2015, 1:49:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/matrix/F_compress_utils.c
r38329 r38339 166 166 int i, Nbyte; 167 167 168 if (!strcasecmp(cmptype, "GZIP_1") ) {168 if (!strcasecmp(cmptype, "GZIP_1") || !strcasecmp(cmptype, "NONE")) { 169 169 if (out_bitpix == 8) return (1); 170 170 if (out_bitpix == 16) return (2);
Note:
See TracChangeset
for help on using the changeset viewer.
