Index: trunk/psLib/src/math/psStats.c
===================================================================
--- trunk/psLib/src/math/psStats.c	(revision 1329)
+++ trunk/psLib/src/math/psStats.c	(revision 1330)
@@ -21,5 +21,4 @@
 /* DEFINE STATEMENTS                                                         */
 /*****************************************************************************/
-#define DEFAULT_ROBUST_SIZE_THRESHOLD 30000   // Vectors that are large than this
 // will use robust statistical methods.
 #define GAUSS_WIDTH 20                  // The width of the Gaussian or boxcar smoothing.
@@ -1584,5 +1583,5 @@
     newStruct->sampleUQ = NAN;
     newStruct->sampleLQ = NAN;
-    newStruct->sampleLimit = DEFAULT_ROBUST_SIZE_THRESHOLD;
+    newStruct->sampleLimit = 30000;
     newStruct->robustMean = NAN;
     newStruct->robustMedian = NAN;
