- Timestamp:
- Jun 7, 2015, 11:42:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/table/F_uncompress_T.c
r38418 r38425 179 179 180 180 // allocate the intermediate storage buffers 181 int Nraw_alloc = max_width*ztilelen + 100 ;181 int Nraw_alloc = max_width*ztilelen + 1000; 182 182 ALLOCATE (raw, char, Nraw_alloc); 183 183 ALLOCATE (zdata, char, max_width*ztilelen);
Note:
See TracChangeset
for help on using the changeset viewer.
