Index: trunk/psLib/src/dataManip/psStats.h
===================================================================
--- trunk/psLib/src/dataManip/psStats.h	(revision 716)
+++ trunk/psLib/src/dataManip/psStats.h	(revision 729)
@@ -83,4 +83,5 @@
 
 /** Histograms  */
+// NOTE: I added the numBins member.  Must consult with IfA on this.
 typedef struct
 {
@@ -92,4 +93,5 @@
     int minNum;
     int maxNum;                     ///< Number below the minimum and above the maximum
+    int numBins;                    ///< Number of bins in this histogram.
 }
 psHistogram;
