Index: /trunk/psLib/src/types/psLookupTable.c
===================================================================
--- /trunk/psLib/src/types/psLookupTable.c	(revision 7544)
+++ /trunk/psLib/src/types/psLookupTable.c	(revision 7545)
@@ -7,6 +7,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-02-24 23:43:15 $
+*  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-06-13 23:54:57 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -846,6 +846,5 @@
 psVector* psLookupTableInterpolateAll(
     const psLookupTable *table,
-    double index,
-    psVector *stats)
+    double index)
 {
     long numCols = 0;
@@ -856,8 +855,4 @@
     numCols = table->values->n;
     PS_ASSERT_INT_UNEQUAL(numCols, 0,NULL);
-    if (stats != NULL) {
-        // XXX: Determine what the stats vector is for.  Not documented in SDRS.
-        psLogMsg(__func__, PS_LOG_WARN, "WARNING: the psVector stats is currently ignored by this function.\n");
-    }
 
     // Create output vector
Index: /trunk/psLib/src/types/psLookupTable.h
===================================================================
--- /trunk/psLib/src/types/psLookupTable.h	(revision 7544)
+++ /trunk/psLib/src/types/psLookupTable.h	(revision 7545)
@@ -7,6 +7,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-01-26 21:10:22 $
+*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-06-13 23:54:57 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -140,6 +140,5 @@
 psVector* psLookupTableInterpolateAll(
     const psLookupTable *table,         ///< Table with data
-    double index,                       ///< Value to be interpolated
-    psVector *stats                     ///< Unknown
+    double index                       ///< Value to be interpolated
 );
 
