- Timestamp:
- Jun 2, 2015, 8:52:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/table/F_compress_T.c
r38343 r38348 137 137 ALLOCATE (zdata, char, Nzdata_alloc); 138 138 139 gfits_dump_raw_table (srctable, "cmp"); 140 139 141 // compress the data : copy into a tile, compress the tile, then add to the output table 140 142 // each tile -> 1 row of the output table … … 171 173 if (!gfits_varlength_column_finish (tgttable, &fields[i].zdef)) ESCAPE(A); 172 174 } 175 176 gfits_dump_cmp_table (tgttable, "cmp"); 173 177 174 178 free (raw);
Note:
See TracChangeset
for help on using the changeset viewer.
