Index: trunk/psLib/test/math/tap_psPolyFit1D.c
===================================================================
--- trunk/psLib/test/math/tap_psPolyFit1D.c	(revision 11685)
+++ trunk/psLib/test/math/tap_psPolyFit1D.c	(revision 11686)
@@ -331,5 +331,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tap_psPolyFit2D.c
===================================================================
--- trunk/psLib/test/math/tap_psPolyFit2D.c	(revision 11685)
+++ trunk/psLib/test/math/tap_psPolyFit2D.c	(revision 11686)
@@ -343,5 +343,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     return (testStatus);
Index: trunk/psLib/test/math/tap_psPolyFit3D.c
===================================================================
--- trunk/psLib/test/math/tap_psPolyFit3D.c	(revision 11685)
+++ trunk/psLib/test/math/tap_psPolyFit3D.c	(revision 11686)
@@ -392,5 +392,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tap_psPolyFit4D.c
===================================================================
--- trunk/psLib/test/math/tap_psPolyFit4D.c	(revision 11685)
+++ trunk/psLib/test/math/tap_psPolyFit4D.c	(revision 11686)
@@ -450,5 +450,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tap_psStats07.c
===================================================================
--- trunk/psLib/test/math/tap_psStats07.c	(revision 11685)
+++ trunk/psLib/test/math/tap_psStats07.c	(revision 11686)
@@ -487,5 +487,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tap_psStats09.c
===================================================================
--- trunk/psLib/test/math/tap_psStats09.c	(revision 11685)
+++ trunk/psLib/test/math/tap_psStats09.c	(revision 11686)
@@ -338,5 +338,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psFunc01.c
===================================================================
--- trunk/psLib/test/math/tst_psFunc01.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psFunc01.c	(revision 11686)
@@ -39,5 +39,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
@@ -58,5 +58,5 @@
 
     if ( myGaussData->type.type != PS_TYPE_F32) {
-        psAbort(__func__,"p_psGaussianDev did not return a vector of type F32");
+        psAbort("p_psGaussianDev did not return a vector of type F32");
     }
 
@@ -66,5 +66,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psHist00.c
===================================================================
--- trunk/psLib/test/math/tst_psHist00.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psHist00.c	(revision 11686)
@@ -123,5 +123,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     psMemCheckCorruption(1);
Index: trunk/psLib/test/math/tst_psHist01.c
===================================================================
--- trunk/psLib/test/math/tst_psHist01.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psHist01.c	(revision 11686)
@@ -112,5 +112,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     psMemCheckCorruption(1);
Index: trunk/psLib/test/math/tst_psHist02.c
===================================================================
--- trunk/psLib/test/math/tst_psHist02.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psHist02.c	(revision 11686)
@@ -179,5 +179,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if ( 0 != memLeaks ) {
-        psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
+        psAbort("Memory Leaks! (%d leaks)", memLeaks );
     }
     psMemCheckCorruption( 1 );
Index: trunk/psLib/test/math/tst_psHist03.c
===================================================================
--- trunk/psLib/test/math/tst_psHist03.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psHist03.c	(revision 11686)
@@ -126,5 +126,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,NULL,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     psMemCheckCorruption(1);
Index: trunk/psLib/test/math/tst_psMathUtils.c
===================================================================
--- trunk/psLib/test/math/tst_psMathUtils.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psMathUtils.c	(revision 11686)
@@ -186,5 +186,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psMinimizeLMM.c
===================================================================
--- trunk/psLib/test/math/tst_psMinimizeLMM.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psMinimizeLMM.c	(revision 11686)
@@ -144,5 +144,5 @@
         fflush(stdout);
         // XXX: This is causing a seg fault
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psMinimizePowell.c
===================================================================
--- trunk/psLib/test/math/tst_psMinimizePowell.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psMinimizePowell.c	(revision 11686)
@@ -134,5 +134,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     printFooter(stdout,
@@ -209,5 +209,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     printFooter(stdout,
@@ -275,5 +275,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     printFooter(stdout,
Index: trunk/psLib/test/math/tst_psPolyFit1D.c
===================================================================
--- trunk/psLib/test/math/tst_psPolyFit1D.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psPolyFit1D.c	(revision 11686)
@@ -306,5 +306,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psPolyFit2D.c
===================================================================
--- trunk/psLib/test/math/tst_psPolyFit2D.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psPolyFit2D.c	(revision 11686)
@@ -316,5 +316,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psPolyFit3D.c
===================================================================
--- trunk/psLib/test/math/tst_psPolyFit3D.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psPolyFit3D.c	(revision 11686)
@@ -361,5 +361,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psPolyFit4D.c
===================================================================
--- trunk/psLib/test/math/tst_psPolyFit4D.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psPolyFit4D.c	(revision 11686)
@@ -413,5 +413,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psSpline1D.c
===================================================================
--- trunk/psLib/test/math/tst_psSpline1D.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psSpline1D.c	(revision 11686)
@@ -13,6 +13,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-02-24 23:43:15 $
+*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-02-07 23:52:54 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -128,5 +128,5 @@
     psS32 memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
@@ -156,5 +156,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
@@ -268,5 +268,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     /****************************************************************************/
@@ -347,5 +347,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     return (testStatus);
@@ -461,5 +461,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     /****************************************************************************/
@@ -540,5 +540,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     return (testStatus);
@@ -644,5 +644,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     /****************************************************************************/
@@ -723,5 +723,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     return (testStatus);
@@ -870,5 +870,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     return (testStatus);
Index: trunk/psLib/test/math/tst_psStats03.c
===================================================================
--- trunk/psLib/test/math/tst_psStats03.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psStats03.c	(revision 11686)
@@ -125,5 +125,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psStats05.c
===================================================================
--- trunk/psLib/test/math/tst_psStats05.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psStats05.c	(revision 11686)
@@ -74,5 +74,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
     psMemCheckCorruption(1);
Index: trunk/psLib/test/math/tst_psStats06.c
===================================================================
--- trunk/psLib/test/math/tst_psStats06.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psStats06.c	(revision 11686)
@@ -136,5 +136,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psStats07.c
===================================================================
--- trunk/psLib/test/math/tst_psStats07.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psStats07.c	(revision 11686)
@@ -443,5 +443,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psStats08.c
===================================================================
--- trunk/psLib/test/math/tst_psStats08.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psStats08.c	(revision 11686)
@@ -179,5 +179,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
Index: trunk/psLib/test/math/tst_psStats09.c
===================================================================
--- trunk/psLib/test/math/tst_psStats09.c	(revision 11685)
+++ trunk/psLib/test/math/tst_psStats09.c	(revision 11686)
@@ -319,5 +319,5 @@
     memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
-        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
+        psAbort("Memory Leaks! (%d leaks)", memLeaks);
     }
 
