Index: /branches/eam_branches/ohana.20170809/src/dvopsps/src/insert_detections_dvopsps_catalog.c
===================================================================
--- /branches/eam_branches/ohana.20170809/src/dvopsps/src/insert_detections_dvopsps_catalog.c	(revision 40156)
+++ /branches/eam_branches/ohana.20170809/src/dvopsps/src/insert_detections_dvopsps_catalog.c	(revision 40157)
@@ -70,5 +70,6 @@
 
 //if (!DetectionsSave (RESULT_FILE, detections, Ndetections)) {
-  if (!DetectionsSave ("/data/ipp110.0/eugene/3pi.dvo.catdirs/3pi.pv3.20170216/catdir.037/dvopsps.09762.24244.det.dat", detections, Ndetections)) {
+//if (!DetectionsSave ("/data/ipp110.0/eugene/3pi.dvo.catdirs/3pi.pv3.20170216/catdir.037/dvopsps.09762.24244.det.dat", detections, Ndetections)) {
+  if (!DetectionsSave ("data/ipp110.0/eugene/3pi.dvo.catdirs/3pi.pv3.20170216/catdir.037/dvopsps.09762.24244.det.dat", detections, Ndetections)) {
     fprintf (stderr, "failed to save detection file %s\n", RESULT_FILE);
     status = FALSE;
Index: /branches/eam_branches/ohana.20170809/src/kapa2/src/DrawObjects.c
===================================================================
--- /branches/eam_branches/ohana.20170809/src/kapa2/src/DrawObjects.c	(revision 40156)
+++ /branches/eam_branches/ohana.20170809/src/kapa2/src/DrawObjects.c	(revision 40157)
@@ -522,5 +522,5 @@
     // coordinate on the screen of the point:
     double sx1r = x[i]*mxi + y[i]*mxj + bx + XCENTER;
-    double sy1r = x[i]*myi + y[i]*myj + by + YCENTER;
+    // double sy1r = x[i]*myi + y[i]*myj + by + YCENTER;
 
     if (sx1r < X0) {
@@ -605,9 +605,9 @@
     n = goodPoint[i + 1];
     double sx2r = x[n]*mxi + y[n]*mxj + bx + XCENTER;
-    double sy2r = x[n]*myi + y[n]*myj + by + YCENTER;
+    // double sy2r = x[n]*myi + y[n]*myj + by + YCENTER;
 
     n = goodPoint[i - 1];
     double sx0r = x[n]*mxi + y[n]*mxj + bx + XCENTER;
-    double sy0r = x[n]*myi + y[n]*myj + by + YCENTER;
+    // double sy0r = x[n]*myi + y[n]*myj + by + YCENTER;
 
     double dx = 0.5*0.5*object->size*(sx2r - sx0r); // 2 factors of 0.5 (we want half of the average spacing)
Index: /branches/eam_branches/ohana.20170809/src/libohana/src/ohana_allocate.c
===================================================================
--- /branches/eam_branches/ohana.20170809/src/libohana/src/ohana_allocate.c	(revision 40156)
+++ /branches/eam_branches/ohana.20170809/src/libohana/src/ohana_allocate.c	(revision 40157)
@@ -55,5 +55,5 @@
   size_t size;		      // total number of bytes requested (not items)
 
-  fprintf (stderr, "malloc: lastBlock: 0x%08lx, Nblock %d, Nelem: %zd, esize: %zd, (%s@%d : %s)\n", (long int) lastBlock, Nblock, Nelem, esize, file, line, func);
+  // fprintf (stderr, "malloc: lastBlock: 0x%08lx, Nblock %d, Nelem: %zd, esize: %zd, (%s@%d : %s)\n", (long int) lastBlock, Nblock, Nelem, esize, file, line, func);
 
   Nelem = MAX (1, Nelem);
@@ -143,5 +143,5 @@
   size_t size;
 
-  fprintf (stderr, "realloc: lastBlock: 0x%08lx, Nblock %d, Nelem: %zd, esize: %zd, (%s@%d : %s)\n", (long int) lastBlock, Nblock, Nelem, esize, file, line, func);
+  // fprintf (stderr, "realloc: lastBlock: 0x%08lx, Nblock %d, Nelem: %zd, esize: %zd, (%s@%d : %s)\n", (long int) lastBlock, Nblock, Nelem, esize, file, line, func);
 
   // just allocate if not previously allocated
@@ -257,5 +257,5 @@
   OhanaMemblock *ref;
 
-  fprintf (stderr, "free: lastBlock: 0x%08lx, Nblock %d, freeBlock: 0x%08lx, (%s@%d : %s)\n", (long int) lastBlock, Nblock, (long int) in, file, line, func);
+  // fprintf (stderr, "free: lastBlock: 0x%08lx, Nblock %d, freeBlock: 0x%08lx, (%s@%d : %s)\n", (long int) lastBlock, Nblock, (long int) in, file, line, func);
 
   if (!in) return;
