- Timestamp:
- Jun 6, 2015, 8:40:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/matrix/F_compress_data.c
r38366 r38418 42 42 43 43 // do not actually compress : this is used for testing 44 if (!strcasecmp(cmptype, "NONE") || !strcasecmp(cmptype, "NONE_ 2")) {44 if (!strcasecmp(cmptype, "NONE") || !strcasecmp(cmptype, "NONE_1") || !strcasecmp(cmptype, "NONE_2")) { 45 45 unsigned long Nbytes = Nrawpix * rawpix_size; 46 46
Note:
See TracChangeset
for help on using the changeset viewer.
