Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 6348)
+++ trunk/psLib/src/math/psStats.h	(revision 7163)
@@ -14,6 +14,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-07 23:39:24 $
+ *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-05-22 22:46:01 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -68,11 +68,11 @@
     double robustUQ;                   ///< robust upper quartile
     double robustLQ;                   ///< robust lower quartile
-    int robustN50;                     ///< Number of points in Gaussian fit.  XXX: This is currently never set.
+    long robustN50;                    ///< Number of points in Gaussian fit; XXX: This is currently unused.
     double fittedMean;                 ///< robust mean of data
     double fittedStdev;                ///< robust standard deviation of data
-    int fittedNfit;                    ///< Number of points in Gaussian fit
+    long fittedNfit;                   ///< Number of points in Gaussian fit; XXX: This is currently unused
     double clippedMean;                ///< Nsigma clipped mean
     double clippedStdev;               ///< standard deviation after clipping
-    int clippedNvalues;                ///< Number of data points used for clipped mean:  This value is never used.
+    long clippedNvalues;               ///< Number of data points used for clipped mean.
     double clipSigma;                  ///< Nsigma used for clipping; user input
     int clipIter;                      ///< Number of clipping iterations; user input
@@ -80,5 +80,5 @@
     double max;                        ///< maximum data value in array
     double binsize;                    ///< binsize for robust fit (input/ouput)
-    int nSubsample;                    ///< maxinum number of measurements (input)
+    long nSubsample;                   ///< maxinum number of measurements (input)
     psStatsOptions options;            ///< bitmask of calculated values
 }
