Index: /trunk/psLib/src/astro/psCoord.c
===================================================================
--- /trunk/psLib/src/astro/psCoord.c	(revision 5681)
+++ /trunk/psLib/src/astro/psCoord.c	(revision 5682)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.95 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-11-30 02:17:17 $
+*  @version $Revision: 1.96 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-12-05 21:33:29 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -62,4 +62,6 @@
  
 XXX: Use the ADD version which is based on determinants.
+ 
+XXX: This code no longer makes sense.  The merge must be reviewed.
  *****************************************************************************/
 
@@ -105,4 +107,5 @@
 
     if (1) {
+        // XXX: There is no reason to execute this code and the following code.
         psF64 A = transform->x->coeff[1][0];
         psF64 B = transform->x->coeff[0][1];
@@ -125,8 +128,7 @@
 
     }
-    //    printf("HMMM: out->x: (%f %f %f)\n", out->x->coeff[0][0], out->x->coeff[1][0], out->x->coeff[0][1]);
-    //    printf("HMMM: out->y: (%f %f %f)\n", out->y->coeff[0][0], out->y->coeff[1][0], out->y->coeff[0][1]);
-
-
+
+
+    // XXX: There is no reason to execute this code and the previous codes.
     // unless the cross terms are available, set these matrix elements to 0
     psF64 r12 = 0.0;
Index: /trunk/psLib/src/math/psStats.c
===================================================================
--- /trunk/psLib/src/math/psStats.c	(revision 5681)
+++ /trunk/psLib/src/math/psStats.c	(revision 5682)
@@ -17,6 +17,6 @@
  *
  *
- *  @version $Revision: 1.156 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-12-01 23:35:33 $
+ *  @version $Revision: 1.157 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-12-05 21:33:29 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1672,27 +1672,4 @@
 }
 
-// XXX: Get rid of this, or put it in psConstants.h
-void PRINT_LEAKS()
-{
-    psScalar *tmpScalar = psScalarAlloc(0.0, PS_TYPE_F32);
-    psMemCheckCorruption( 1 );
-    psS32 currentId = psMemGetId();
-    //    psMemBlock** blks;
-    //    psS32 nLeaks = psMemCheckLeaks( currentId, &blks, stderr, false );
-    psS32 nLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
-    printf("COOL: %d leaks.\n", nLeaks);
-    tmpScalar->data.F32 = 0.0;
-}
-
-/*
-#define PRINT_MEMLEAKS(NUM) \
-    printf("A: ---------------------------------------- (ID: %d)\n", NUM); \
-    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false); \
-    printf("B: ---------------------------------------- (%d)\n", memLeaks); \
-#define PRINT_MEMLEAKS(NUM) \
-memLeaks = currentId;
-*/
-
-
 /******************************************************************************
 p_psVectorRobustStats(myVector, maskVector, maskVal, stats): This is the new
