Index: /trunk/psLib/src/dataManip/psStats.h
===================================================================
--- /trunk/psLib/src/dataManip/psStats.h	(revision 1897)
+++ /trunk/psLib/src/dataManip/psStats.h	(revision 1898)
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-24 23:51:24 $
+ *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-25 19:11:01 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -67,6 +67,6 @@
     double robustUQ;            ///< robust upper quartile
     double robustLQ;            ///< robust lower quartile
-    double robustN50;           ///<
-    double robustNfit;          ///<
+    int robustN50;              ///<
+    int robustNfit;             ///<
     double clippedMean;         ///< Nsigma clipped mean
     double clippedStdev;        ///< standard deviation after clipping
Index: /trunk/psLib/src/image/psImageStats.c
===================================================================
--- /trunk/psLib/src/image/psImageStats.c	(revision 1897)
+++ /trunk/psLib/src/image/psImageStats.c	(revision 1898)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-09-21 23:15:04 $
+*  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-09-25 19:11:01 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -36,7 +36,10 @@
 
 /*****************************************************************************
-    NOTE: verify that image/mask have the correct types, and sizes.
+XXX: verify that image/mask have the correct types, and sizes.
  *****************************************************************************/
-psStats* psImageStats(psStats* stats, psImage* in, psImage* mask, int maskVal)
+psStats* psImageStats(psStats* stats,
+                      psImage* in,
+                      psImage* mask,
+                      int maskVal)
 {
     psVector* junkData = NULL;
Index: /trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- /trunk/psLib/src/imageops/psImageStats.c	(revision 1897)
+++ /trunk/psLib/src/imageops/psImageStats.c	(revision 1898)
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-09-21 23:15:04 $
+*  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-09-25 19:11:01 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -36,7 +36,10 @@
 
 /*****************************************************************************
-    NOTE: verify that image/mask have the correct types, and sizes.
+XXX: verify that image/mask have the correct types, and sizes.
  *****************************************************************************/
-psStats* psImageStats(psStats* stats, psImage* in, psImage* mask, int maskVal)
+psStats* psImageStats(psStats* stats,
+                      psImage* in,
+                      psImage* mask,
+                      int maskVal)
 {
     psVector* junkData = NULL;
Index: /trunk/psLib/src/math/psStats.h
===================================================================
--- /trunk/psLib/src/math/psStats.h	(revision 1897)
+++ /trunk/psLib/src/math/psStats.h	(revision 1898)
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-24 23:51:24 $
+ *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-25 19:11:01 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -67,6 +67,6 @@
     double robustUQ;            ///< robust upper quartile
     double robustLQ;            ///< robust lower quartile
-    double robustN50;           ///<
-    double robustNfit;          ///<
+    int robustN50;              ///<
+    int robustNfit;             ///<
     double clippedMean;         ///< Nsigma clipped mean
     double clippedStdev;        ///< standard deviation after clipping
