Index: trunk/psLib/src/math/psStats.c
===================================================================
--- trunk/psLib/src/math/psStats.c	(revision 11155)
+++ trunk/psLib/src/math/psStats.c	(revision 11686)
@@ -13,6 +13,6 @@
  * use ->min and ->max (PS_STAT_USE_RANGE)
  *
- *  @version $Revision: 1.199 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-19 04:32:27 $
+ *  @version $Revision: 1.200 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-07 23:52:54 $
  *
  *  Copyright 2006 IfA, University of Hawaii
@@ -1870,5 +1870,5 @@
     if (stats->options & (PS_STAT_FITTED_MEAN_V2 | PS_STAT_FITTED_STDEV_V2)) {
         if (stats->options & (PS_STAT_FITTED_MEAN | PS_STAT_FITTED_STDEV)) {
-            psAbort ("stats", "you may not specify both FITTED_MEAN and FITTED_MEAN_V2");
+            psAbort("you may not specify both FITTED_MEAN and FITTED_MEAN_V2");
         }
         if (!vectorFittedStats_v2(inF32, errorsF32, maskU8, maskVal, stats)) {
@@ -1881,5 +1881,5 @@
     if (stats->options & (PS_STAT_FITTED_MEAN_V3 | PS_STAT_FITTED_STDEV_V3)) {
         if (stats->options & (PS_STAT_FITTED_MEAN | PS_STAT_FITTED_STDEV)) {
-            psAbort ("stats", "you may not specify both FITTED_MEAN and FITTED_MEAN_V3");
+            psAbort("you may not specify both FITTED_MEAN and FITTED_MEAN_V3");
         }
         if (!vectorFittedStats_v3(inF32, errorsF32, maskU8, maskVal, stats)) {
@@ -2024,5 +2024,5 @@
         return 0;
     }
-    psAbort(__func__, "Should never get here.\n");
+    psAbort("Should never get here.\n");
     return 0;
 }
@@ -2070,5 +2070,5 @@
         return NAN;
     }
-    psAbort(__func__, "Should never get here.\n");
+    psAbort("Should never get here.\n");
     return NAN;
 }
