Index: /branches/eam_branches/ipp-20150616/Ohana/src/relastro/src/BrightCatalog.c
===================================================================
--- /branches/eam_branches/ipp-20150616/Ohana/src/relastro/src/BrightCatalog.c	(revision 38494)
+++ /branches/eam_branches/ipp-20150616/Ohana/src/relastro/src/BrightCatalog.c	(revision 38495)
@@ -349,8 +349,8 @@
   /*** MeasureTiny ***/
   {
-    ohana_memcheck_func (1);
+    ohana_memcheck (1);
     gfits_create_table_header (&theader, "BINTABLE", "MEASURE_TINY");
 
-    ohana_memcheck_func (1);
+    ohana_memcheck (1);
     gfits_define_bintable_column (&theader, "D", "RA",       "ra",                         "degrees", 1.0, 0.0);
     gfits_define_bintable_column (&theader, "D", "DEC",      "dec",                        "degrees", 1.0, 0.0);
@@ -375,7 +375,7 @@
 
     // generate the output array that carries the data
-    ohana_memcheck_func (1);
+    ohana_memcheck (1);
     gfits_create_table (&theader, &ftable);
-    ohana_memcheck_func (1);
+    ohana_memcheck (1);
 
     // create intermediate storage arrays
@@ -400,5 +400,5 @@
     int    *catID     ; ALLOCATE (catID    ,  int  ,  catalog->Nmeasure);
     short  *photcode  ; ALLOCATE (photcode ,  short,  catalog->Nmeasure);
-    ohana_memcheck_func (1);
+    ohana_memcheck (1);
 
     // assign the storage arrays
@@ -426,11 +426,11 @@
       photcode[i] = measure[i].photcode ;
     }
-    ohana_memcheck_func (1);
+    ohana_memcheck (1);
 
     // add the columns to the output array
     gfits_set_bintable_column (&theader, &ftable, "RA",   	R,         catalog->Nmeasure);
-    ohana_memcheck_func (1);
+    ohana_memcheck (1);
     gfits_set_bintable_column (&theader, &ftable, "DEC",  	D,         catalog->Nmeasure);
-    ohana_memcheck_func (1);
+    ohana_memcheck (1);
     gfits_set_bintable_column (&theader, &ftable, "ROFF_GAL",   RoffGAL,   catalog->Nmeasure);
     gfits_set_bintable_column (&theader, &ftable, "DOFF_GAL",   DoffGAL,   catalog->Nmeasure);
Index: /branches/eam_branches/ipp-20150616/Ohana/src/relastro/src/FrameCorrectionUtils.c
===================================================================
--- /branches/eam_branches/ipp-20150616/Ohana/src/relastro/src/FrameCorrectionUtils.c	(revision 38494)
+++ /branches/eam_branches/ipp-20150616/Ohana/src/relastro/src/FrameCorrectionUtils.c	(revision 38495)
@@ -62,5 +62,5 @@
     ALLOCATE (frame->Roff[i], double, frame->Nra[i]);
     ALLOCATE (frame->Doff[i], double, frame->Nra[i]);
-    // ohana_memcheck_func (TRUE);
+    // ohana_memcheck (TRUE);
     // fprintf (stderr, "alloc : %d : %lx %lx\n", i, (long unsigned int)(size_t *) frame->Roff[i], (long unsigned int) (size_t *) frame->Doff[i]);
   }
