Index: trunk/psLib/src/math/psStats.h
===================================================================
--- trunk/psLib/src/math/psStats.h	(revision 15840)
+++ trunk/psLib/src/math/psStats.h	(revision 18876)
@@ -8,6 +8,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-12-15 01:17:28 $
+ * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-08-03 20:55:09 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -86,4 +86,6 @@
     psStatsOptions options;            ///< bitmask of values requested
     psStatsOptions results;            ///< bitmask of values calculated
+    psVector *tmpData;		       ///< temporary vector so repeated calls do not have to realloc
+    psVector *tmpMask;		       ///< temporary vector so repeated calls do not have to realloc
 }
 psStats;
