IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2005, 5:19:29 PM (21 years ago)
Author:
desonia
Message:

modified psLookupTableRead to take a long indexCol and added check for
an invalidly large indexCol for psLookupTableImport.

File:
1 edited

Legend:

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

    r4054 r4366  
    1212*  @author  Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.15 $  $Name: not supported by cvs2svn $
    15 *  @date  $Date: 2005-05-31 21:52:49 $
     14*  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
     15*  @date  $Date: 2005-06-23 03:19:29 $
    1616*
    1717*  Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii
     
    621621{
    622622    psLookupTable*  table1  = NULL;
    623     psS32           numRows = 0;
     623    long           numRows = 0;
    624624
    625625    // Attempt to read table with NULL input table specified
Note: See TracChangeset for help on using the changeset viewer.