- Timestamp:
- Jun 6, 2015, 7:55:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/table/F_compress_T.c
r38399 r38404 149 149 150 150 151 // RICE can only be used on integer fields151 // OVERRIDE: RICE can only be used on integer fields 152 152 if (!strcasecmp (fields[i].zctype, "RICE_1") || !strcasecmp (fields[i].zctype, "RICE_ONE")) { 153 if (!strcmp (fields[i].datatype, "float") || !strcmp (fields[i].datatype, "double") ) {153 if (!strcmp (fields[i].datatype, "float") || !strcmp (fields[i].datatype, "double") || !strcmp (fields[i].datatype, "int64_t")) { 154 154 strcpy (fields[i].zctype, "GZIP_2"); 155 155 }
Note:
See TracChangeset
for help on using the changeset viewer.
