Index: trunk/psLib/test/math/tst_psStats02.c
===================================================================
--- trunk/psLib/test/math/tst_psStats02.c	(revision 4859)
+++ trunk/psLib/test/math/tst_psStats02.c	(revision 5117)
@@ -11,6 +11,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
-*  @date $Date: 2005-08-24 01:24:24 $
+*  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
+*  @date $Date: 2005-09-24 01:10:00 $
 *
 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -56,4 +56,17 @@
     psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
+    //
+    // We list pertinent psStats.c functions here for debugging ease.
+    //
+    psTraceSetLevel(".", 0);
+    psTraceSetLevel("p_psGetStatValue", 0);
+    psTraceSetLevel("p_psVectorMax", 0);
+    psTraceSetLevel("p_psVectorMin", 0);
+    psTraceSetLevel("p_psVectorCheckNonEmpty", 0);
+    psTraceSetLevel("p_psVectorNValues", 0);
+    psTraceSetLevel("p_psNormalizeVectorRange", 0);
+    psTraceSetLevel("psStatsAlloc", 0);
+    psTraceSetLevel("p_psConvertToF32", 0);
+    psTraceSetLevel("psVectorStats", 0);
 
     return ( ! runTestSuite(stderr, "psVectorStats", tests, argc, argv) );
