Index: /trunk/Ohana/src/libfits/table/F_compress_T.c
===================================================================
--- /trunk/Ohana/src/libfits/table/F_compress_T.c	(revision 39334)
+++ /trunk/Ohana/src/libfits/table/F_compress_T.c	(revision 39335)
@@ -3,4 +3,6 @@
 # include <zlib.h>
 # define VERBOSE_DUMP 0
+# define OHANA_MEMCHECK 0
+# define OHANA_MEMCHECK_SUPER_VERBOSE 0
 
 // the user needs to specify the various compression options:
@@ -223,5 +225,5 @@
   gettimeofday (&startTimer, (void *) NULL);
 
-  // ohana_memcheck (TRUE);
+  if (OHANA_MEMCHECK) ohana_memcheck (TRUE);
 
   // compress the data : copy into a tile, compress the tile, then add to the output table
@@ -245,5 +247,5 @@
       }
       
-      // ohana_memcheck (TRUE);
+      if (OHANA_MEMCHECK_SUPER_VERBOSE) ohana_memcheck (TRUE);
 
       // XXX TIMER 2a
@@ -264,5 +266,5 @@
       }
 
-      // ohana_memcheck (TRUE);
+      if (OHANA_MEMCHECK_SUPER_VERBOSE) ohana_memcheck (TRUE);
       // optname, optvalue = NULL, Noptions = 0
       
@@ -343,4 +345,5 @@
     }
   }
+  if (OHANA_MEMCHECK) ohana_memcheck (TRUE);
 
   for (i = 0; i < Nfields; i++) {
