Changeset 39335 for trunk/Ohana/src/libfits/table/F_compress_T.c
- Timestamp:
- Feb 10, 2016, 9:36:41 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/table/F_compress_T.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/table/F_compress_T.c
r38986 r39335 3 3 # include <zlib.h> 4 4 # define VERBOSE_DUMP 0 5 # define OHANA_MEMCHECK 0 6 # define OHANA_MEMCHECK_SUPER_VERBOSE 0 5 7 6 8 // the user needs to specify the various compression options: … … 223 225 gettimeofday (&startTimer, (void *) NULL); 224 226 225 //ohana_memcheck (TRUE);227 if (OHANA_MEMCHECK) ohana_memcheck (TRUE); 226 228 227 229 // compress the data : copy into a tile, compress the tile, then add to the output table … … 245 247 } 246 248 247 //ohana_memcheck (TRUE);249 if (OHANA_MEMCHECK_SUPER_VERBOSE) ohana_memcheck (TRUE); 248 250 249 251 // XXX TIMER 2a … … 264 266 } 265 267 266 //ohana_memcheck (TRUE);268 if (OHANA_MEMCHECK_SUPER_VERBOSE) ohana_memcheck (TRUE); 267 269 // optname, optvalue = NULL, Noptions = 0 268 270 … … 343 345 } 344 346 } 347 if (OHANA_MEMCHECK) ohana_memcheck (TRUE); 345 348 346 349 for (i = 0; i < Nfields; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
