Index: trunk/psLib/src/math/psStats.c
===================================================================
--- trunk/psLib/src/math/psStats.c	(revision 12700)
+++ trunk/psLib/src/math/psStats.c	(revision 12999)
@@ -13,6 +13,6 @@
  * use ->min and ->max (PS_STAT_USE_RANGE)
  *
- *  @version $Revision: 1.208 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-31 03:00:07 $
+ *  @version $Revision: 1.209 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-24 22:27:44 $
  *
  *  Copyright 2006 IfA, University of Hawaii
@@ -682,4 +682,6 @@
         }
         psTrace(TRACE, 6, "Data min/max is (%.2f, %.2f)\n", min, max);
+	assert (iterate < 20);
+        // fprintf (stderr, "%d @ %d : %f - %f\n", iterate, numValid, min, max);
 
         // If all data points have the same value, then we set the appropriate members of stats and return.
