IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3284


Ignore:
Timestamp:
Feb 18, 2005, 9:46:40 AM (21 years ago)
Author:
evanalst
Message:

Update header comments to match functions being tested.

Location:
trunk/psLib/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataIO/tst_psLookupTable_01.c

    r3283 r3284  
    33*  @brief Test driver for psLookupTable functions
    44*
    5 *  This test driver contains the following tests for psMetadata:
    6 *     Test A - Read table and interpolate value
    7 *     Test B - Read table and interpolate all values
    8 *     Test C - Read beyond lower table bound
    9 *     Test D - Read beyond upper table bound
    10 *     Test E - Free data
     5*  This test driver contains the following tests for psLookupTable functions:
     6*     testLookupAlloc - test allocation and freeing of psLookupTable
     7*     testLookupRead - test different files and types within files
     8*                      being read correctly and some failure cases
     9*     testLookupTableInterpolate - test the interpolation function
     10*     testLookupTableInterpolateAll - test interpolation of all row values
    1111*
    1212*  @author  Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
    15 *  @date  $Date: 2005-02-18 19:42:48 $
     14*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
     15*  @date  $Date: 2005-02-18 19:46:40 $
    1616*
    1717*  Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii
  • trunk/psLib/test/fileUtils/tst_psLookupTable_01.c

    r3283 r3284  
    33*  @brief Test driver for psLookupTable functions
    44*
    5 *  This test driver contains the following tests for psMetadata:
    6 *     Test A - Read table and interpolate value
    7 *     Test B - Read table and interpolate all values
    8 *     Test C - Read beyond lower table bound
    9 *     Test D - Read beyond upper table bound
    10 *     Test E - Free data
     5*  This test driver contains the following tests for psLookupTable functions:
     6*     testLookupAlloc - test allocation and freeing of psLookupTable
     7*     testLookupRead - test different files and types within files
     8*                      being read correctly and some failure cases
     9*     testLookupTableInterpolate - test the interpolation function
     10*     testLookupTableInterpolateAll - test interpolation of all row values
    1111*
    1212*  @author  Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
    15 *  @date  $Date: 2005-02-18 19:42:48 $
     14*  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
     15*  @date  $Date: 2005-02-18 19:46:40 $
    1616*
    1717*  Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii
Note: See TracChangeset for help on using the changeset viewer.