- Timestamp:
- Jun 3, 2015, 7:00:55 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/table/F_compress_T.c
r38355 r38356 157 157 int Nraw = Nrows*fields[j].Nvalues; // number of pixels 158 158 if (!strcmp(fields[j].zctype, "GZIP_1")) { 159 if (!gfits_byteswap_zdata (raw, Nraw , fields[j].pixsize)) ESCAPE(A);159 if (!gfits_byteswap_zdata (raw, Nraw * fields[j].pixsize, fields[j].pixsize)) ESCAPE(A); 160 160 } 161 161
Note:
See TracChangeset
for help on using the changeset viewer.
