Index: trunk/psLib/src/math/psStats.c
===================================================================
--- trunk/psLib/src/math/psStats.c	(revision 15840)
+++ trunk/psLib/src/math/psStats.c	(revision 17447)
@@ -13,6 +13,6 @@
  * use ->min and ->max (PS_STAT_USE_RANGE)
  *
- *  @version $Revision: 1.221 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-12-15 01:17:28 $
+ *  @version $Revision: 1.222 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-04-17 23:43:02 $
  *
  *  Copyright 2006 IfA, University of Hawaii
@@ -521,5 +521,5 @@
     }
 
-    assert(count > 1);                  // It should be, because we have a mean and standard deviation
+    psAssert(count > 1, "impossible");                  // It should be, because we have a mean and standard deviation
 
     double stdev = stats->sampleStdev;  // Standard deviation
