Changeset 38986 for trunk/Ohana/src/libfits/table/F_compress_T.c
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libfits/table/F_compress_T.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libfits/table/F_compress_T.c
r38553 r38986 211 211 212 212 // allocate the intermediate storage buffers 213 int Nzdata_alloc = max_width*ztilelen + 100;213 int Nzdata_alloc = 2*max_width*ztilelen + 100; 214 214 ALLOCATE (raw, char, max_width*ztilelen); 215 215 ALLOCATE (zdata, char, Nzdata_alloc); … … 223 223 gettimeofday (&startTimer, (void *) NULL); 224 224 225 // ohana_memcheck (TRUE); 226 225 227 // compress the data : copy into a tile, compress the tile, then add to the output table 226 228 // each tile -> 1 row of the output table … … 243 245 } 244 246 247 // ohana_memcheck (TRUE); 248 245 249 // XXX TIMER 2a 246 250 gettimeofday (&stopTimer, (void *) NULL); … … 260 264 } 261 265 266 // ohana_memcheck (TRUE); 262 267 // optname, optvalue = NULL, Noptions = 0 263 268
Note:
See TracChangeset
for help on using the changeset viewer.
