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.h

    r4162 r4321  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-06-08 23:40:45 $
     9*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-06-20 22:42:29 $
    1111*
    1212*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7070    const char *fileName,           ///< Name of file to read
    7171    const char *format,             ///< scanf-like format string
    72     int indexCol                    ///< Column of the index vector (starting at zero)
     72    long indexCol                    ///< Column of the index vector (starting at zero)
    7373);
    7474
     
    102102 *  @return psS32     Number of valid lines read
    103103 */
    104 psS32 psLookupTableRead(
     104long psLookupTableRead(
    105105    psLookupTable *table            ///< Table to read
    106106);
Note: See TracChangeset for help on using the changeset viewer.