Changeset 4321 for trunk/psLib/src/dataIO/psLookupTable.c
- Timestamp:
- Jun 20, 2005, 12:42:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataIO/psLookupTable.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psLookupTable.c
r4308 r4321 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.1 8$ $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 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 254 254 /*****************************************************************************/ 255 255 256 psLookupTable* psLookupTableAlloc(const char *fileName, const char *format, intindexCol)256 psLookupTable* psLookupTableAlloc(const char *fileName, const char *format, long indexCol) 257 257 { 258 258 psLookupTable *outTable = NULL; … … 633 633 } 634 634 635 psS32psLookupTableRead(psLookupTable* table)635 long psLookupTableRead(psLookupTable* table) 636 636 { 637 637 psS32 numRows = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
