IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 12:42:30 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psLookupTable.c

    r4308 r4321  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-06-17 23:44:21 $
     9*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-06-20 22:42:29 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    254254/*****************************************************************************/
    255255
    256 psLookupTable* psLookupTableAlloc(const char *fileName, const char *format, int indexCol)
     256psLookupTable* psLookupTableAlloc(const char *fileName, const char *format, long indexCol)
    257257{
    258258    psLookupTable *outTable = NULL;
     
    633633}
    634634
    635 psS32 psLookupTableRead(psLookupTable* table)
     635long psLookupTableRead(psLookupTable* table)
    636636{
    637637    psS32           numRows  = 0;
Note: See TracChangeset for help on using the changeset viewer.