Changeset 4321 for trunk/psLib/src/dataIO/psLookupTable.h
- Timestamp:
- Jun 20, 2005, 12:42:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataIO/psLookupTable.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psLookupTable.h
r4162 r4321 7 7 * @author Ross Harman, MHPCC 8 8 * 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 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 70 70 const char *fileName, ///< Name of file to read 71 71 const char *format, ///< scanf-like format string 72 intindexCol ///< Column of the index vector (starting at zero)72 long indexCol ///< Column of the index vector (starting at zero) 73 73 ); 74 74 … … 102 102 * @return psS32 Number of valid lines read 103 103 */ 104 psS32psLookupTableRead(104 long psLookupTableRead( 105 105 psLookupTable *table ///< Table to read 106 106 );
Note:
See TracChangeset
for help on using the changeset viewer.
