Index: trunk/psLib/test/dataManip/tst_psStats00.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psStats00.c	(revision 3682)
+++ trunk/psLib/test/dataManip/tst_psStats00.c	(revision 4141)
@@ -3,8 +3,14 @@
 *  @brief Contains tests for psVectorStats with sample mean calculations
 *
-*  @author George Gusciora, MHPCC
+*  We extensively test the code with data type PS_TYPE_F32.  If these pass, we 
+*  do a much simpler test with data types PS_TYPE_U8, PS_TYPE_U16, PS_TYPE_F64.
+*
+*  If the psStats,c code every changes such that vectors of different type
+*  are handled by different routines, then these tests must be extended.
+*
+*  @author GLG, MHPCC
 * 
-*  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
-*  @date $Date: 2005-04-07 20:27:42 $
+*  @version $Revision: 1.18 $  $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-07 23:31:32 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -51,4 +57,9 @@
 static psF64 expectedWeightMeanWithMaskRangeF32 =  0.046574;
 
+psF64 rtc(void);
+psF64 sT, eT;
+psF64 diff;
+
+#include <unistd.h>
 psS32 main(psS32 argc, char* argv[] )
 {
