Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 4077)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 4078)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.252 2005-06-01 21:37:23 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.253 2005-06-01 21:51:25 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1939,5 +1939,5 @@
     const char *filename;               ///< File from which data is to be read
     const char *format;                 ///< scanf-like format string for file
-    unsigned int indexCol;              ///< Column of the index vector (starting at zero)
+    unsigned long int indexCol;         ///< Column of the index vector (starting at zero)
     psVector *index;                    ///< Index values
     psArray *values;                    ///< Corresponding values: an array of vectors
@@ -1964,5 +1964,5 @@
 psLookupTable *psLookupTableAlloc(const char *filename, ///< File from which to read
                                   const char *format, ///< scanf-like format string
-                                  int indexCol ///< Column of the index vector (starting at zero)
+                                  long int indexCol ///< Column of the index vector (starting at zero)
                                   );
 \end{prototype}
@@ -1977,5 +1977,5 @@
 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
+                                   long int indexCol ///< Index of the index vector in the array of vectors
                                    );
 \end{prototype}
@@ -2007,5 +2007,5 @@
 functions:
 \begin{prototype}
-double psLookupTableInterpolate(const psLookupTable *table, double index, int column, psLookupStatusType *status);
+double psLookupTableInterpolate(const psLookupTable *table, double index, long int column, psLookupStatusType *status);
 psVector *psLookupTableInterpolateAll(const psLookupTable *table, double index, psVector *stats);
 \end{prototype}
