Index: trunk/psLib/src/math/psStats.c
===================================================================
--- trunk/psLib/src/math/psStats.c	(revision 1846)
+++ trunk/psLib/src/math/psStats.c	(revision 1879)
@@ -9,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-22 01:30:21 $
+ *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-24 20:08:22 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -23,7 +23,5 @@
 
 /*****************************************************************************/
-
 /* INCLUDE FILES                                                             */
-
 /*****************************************************************************/
 #include "psMemory.h"
@@ -38,7 +36,5 @@
 
 /*****************************************************************************/
-
 /* DEFINE STATEMENTS                                                         */
-
 /*****************************************************************************/
 // will use robust statistical methods.
@@ -88,13 +84,9 @@
 
 /*****************************************************************************/
-
 /* TYPE DEFINITIONS                                                          */
-
 /*****************************************************************************/
 
 /*****************************************************************************/
-
 /* GLOBAL VARIABLES                                                          */
-
 /*****************************************************************************/
 
@@ -102,7 +94,5 @@
 
 /*****************************************************************************/
-
 /* FILE STATIC VARIABLES                                                     */
-
 /*****************************************************************************/
 
@@ -110,7 +100,5 @@
 
 /*****************************************************************************/
-
 /* FUNCTION IMPLEMENTATION - LOCAL                                           */
-
 /*****************************************************************************/
 
@@ -471,7 +459,4 @@
     // regardless of the vector size.
     /*
-     * if (myVector->n > stats->sampleLimit) { psAbort(__func__, "Robust Statistic Algorithms have not yet
-     * been defined or implemented.");
-     * 
      * // Calculate the robust quartiles. stats2 = psStatsAlloc(PS_STAT_ROBUST_MEDIAN);
      * p_psVectorRobustStats(myVector, maskVector, maskVal, stats2);
@@ -1525,5 +1510,4 @@
     newStruct->sampleUQ = NAN;
     newStruct->sampleLQ = NAN;
-    newStruct->sampleLimit = 30000;
     newStruct->robustMean = NAN;
     newStruct->robustMedian = NAN;
@@ -1780,4 +1764,6 @@
 algorithms stablize, we will then macro everything and put type support in
 the various stat functions.
+ 
+XXX: Should the default data type be F64?  Since we are buying Athlons...
  *****************************************************************************/
 psVector* p_psConvertToF32(psStats* stats, psVector* in, psVector* mask, unsigned int maskVal)
@@ -1826,5 +1812,8 @@
 macro-ize everything and add PS_TYPE_U16 and PS_TYPE_F64.
  *****************************************************************************/
-psStats* psVectorStats(psStats* stats, psVector* in, psVector* mask, unsigned int maskVal)
+psStats* psVectorStats(psStats* stats,
+                       psVector* in,
+                       psVector* mask,
+                       unsigned int maskVal)
 {
     psVector* inF32;
