Index: /trunk/psLib/test/dataIO/tst_psLookupTable_01.c
===================================================================
--- /trunk/psLib/test/dataIO/tst_psLookupTable_01.c	(revision 3282)
+++ /trunk/psLib/test/dataIO/tst_psLookupTable_01.c	(revision 3283)
@@ -12,6 +12,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-02-17 21:48:49 $
+*  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-02-18 19:42:48 $
 *
 *  Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii
@@ -466,5 +466,5 @@
     table1 = psLookupTableAlloc("table10.dat",0,20);
     table1 = psLookupTableRead(table1);
-    for(psS32 i = 0; i < table1->numRows-2; i++ ) {
+    for(psS32 i = 0; i < table1->numRows-1; i++ ) {
         out1 = psLookupTableInterpolate(table1, 5.25, i, &status);
         if( fabs(out1-interpolVal1[i]) > errorTol_psF64) {
@@ -473,5 +473,5 @@
         }
     }
-    for(psS32 i = 0; i < table1->numRows-2; i++ ) {
+    for(psS32 i = 0; i < table1->numRows-1; i++ ) {
         out1 = psLookupTableInterpolate(table1, 5.0, i, &status);
         if( fabs(out1-interpolVal2[i]) > errorTol_psF64) {
Index: /trunk/psLib/test/fileUtils/tst_psLookupTable_01.c
===================================================================
--- /trunk/psLib/test/fileUtils/tst_psLookupTable_01.c	(revision 3282)
+++ /trunk/psLib/test/fileUtils/tst_psLookupTable_01.c	(revision 3283)
@@ -12,6 +12,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-02-17 21:48:49 $
+*  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-02-18 19:42:48 $
 *
 *  Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii
@@ -466,5 +466,5 @@
     table1 = psLookupTableAlloc("table10.dat",0,20);
     table1 = psLookupTableRead(table1);
-    for(psS32 i = 0; i < table1->numRows-2; i++ ) {
+    for(psS32 i = 0; i < table1->numRows-1; i++ ) {
         out1 = psLookupTableInterpolate(table1, 5.25, i, &status);
         if( fabs(out1-interpolVal1[i]) > errorTol_psF64) {
@@ -473,5 +473,5 @@
         }
     }
-    for(psS32 i = 0; i < table1->numRows-2; i++ ) {
+    for(psS32 i = 0; i < table1->numRows-1; i++ ) {
         out1 = psLookupTableInterpolate(table1, 5.0, i, &status);
         if( fabs(out1-interpolVal2[i]) > errorTol_psF64) {
