Index: trunk/psLib/src/dataIO/psLookupTable.h
===================================================================
--- trunk/psLib/src/dataIO/psLookupTable.h	(revision 4321)
+++ trunk/psLib/src/dataIO/psLookupTable.h	(revision 4366)
@@ -7,6 +7,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-20 22:42:29 $
+*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-23 03:19:29 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -30,5 +30,5 @@
     const char *filename;              ///< Name of file with table
     const char *format;                ///< scanf-like format string for file
-    unsigned int indexCol;             ///< Column of the index vector (starting at zero)
+    long indexCol;                     ///< Column of the index vector (starting at zero)
     psVector *index;                   ///< Vector of independent index values
     psArray *values;                   ///< Array of dependent table values corresponding to index values
@@ -91,7 +91,7 @@
  */
 psLookupTable *psLookupTableImport(
-    psLookupTable *table,            ///< Lookup table into which to import
-    const psArray *vectors,          ///< Array of vectors
-    int indexCol                     ///< Index of the index vector in the array of vectors
+    psLookupTable *table,              ///< Lookup table into which to import
+    const psArray *vectors,            ///< Array of vectors
+    long indexCol                      ///< Index of the index vector in the array of vectors
 );
 
