IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2005, 1:31:32 PM (21 years ago)
Author:
gusciora
Message:

I basically added comments noting missed areas of test coverage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psStats00.c

    r3682 r4141  
    33*  @brief Contains tests for psVectorStats with sample mean calculations
    44*
    5 *  @author George Gusciora, MHPCC
     5*  We extensively test the code with data type PS_TYPE_F32.  If these pass, we
     6*  do a much simpler test with data types PS_TYPE_U8, PS_TYPE_U16, PS_TYPE_F64.
     7*
     8*  If the psStats,c code every changes such that vectors of different type
     9*  are handled by different routines, then these tests must be extended.
     10*
     11*  @author GLG, MHPCC
    612*
    7 *  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
    8 *  @date $Date: 2005-04-07 20:27:42 $
     13*  @version $Revision: 1.18 $  $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-06-07 23:31:32 $
    915*
    1016*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    5157static psF64 expectedWeightMeanWithMaskRangeF32 =  0.046574;
    5258
     59psF64 rtc(void);
     60psF64 sT, eT;
     61psF64 diff;
     62
     63#include <unistd.h>
    5364psS32 main(psS32 argc, char* argv[] )
    5465{
Note: See TracChangeset for help on using the changeset viewer.