Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 6305)
+++ trunk/psLib/src/math/psStats.h	(revision 6348)
@@ -14,6 +14,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-02 21:09:08 $
+ *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-07 23:39:24 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -51,5 +51,5 @@
     PS_STAT_MIN             = 0x001000, ///< Minumum
     PS_STAT_USE_RANGE       = 0x002000, ///< Range
-    PS_STAT_USE_BINSIZE     = 0x004000, ///< Binsize
+    PS_STAT_USE_BINSIZE     = 0x004000  ///< Binsize
 } psStatsOptions;
 
@@ -62,6 +62,6 @@
     double sampleMedian;               ///< formal median of sample
     double sampleStdev;                ///< standard deviation of sample
+    double sampleUQ;                   ///< upper quartile of sample
     double sampleLQ;                   ///< lower quartile of sample
-    double sampleUQ;                   ///< upper quartile of sample
     double robustMedian;               ///< robust median of array
     double robustStdev;                ///< robust standard deviation of array
