Index: trunk/psLib/src/dataIO/psLookupTable.h
===================================================================
--- trunk/psLib/src/dataIO/psLookupTable.h	(revision 4162)
+++ trunk/psLib/src/dataIO/psLookupTable.h	(revision 4321)
@@ -7,6 +7,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-08 23:40:45 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-20 22:42:29 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -70,5 +70,5 @@
     const char *fileName,           ///< Name of file to read
     const char *format,             ///< scanf-like format string
-    int indexCol                    ///< Column of the index vector (starting at zero)
+    long indexCol                    ///< Column of the index vector (starting at zero)
 );
 
@@ -102,5 +102,5 @@
  *  @return psS32     Number of valid lines read
  */
-psS32 psLookupTableRead(
+long psLookupTableRead(
     psLookupTable *table            ///< Table to read
 );
