Index: /trunk/psLib/src/dataIO/psLookupTable.c
===================================================================
--- /trunk/psLib/src/dataIO/psLookupTable.c	(revision 2368)
+++ /trunk/psLib/src/dataIO/psLookupTable.c	(revision 2369)
@@ -1,3 +1,2 @@
-
 /** @file  psLookupTable.c
 *
@@ -8,6 +7,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-15 20:32:42 $
+*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-15 20:51:15 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -471,4 +470,5 @@
 
     indexVec = table->index;
+    table->values = psArrayAlloc(1);
     values = table->values;
 
Index: /trunk/psLib/src/fileUtils/psLookupTable.c
===================================================================
--- /trunk/psLib/src/fileUtils/psLookupTable.c	(revision 2368)
+++ /trunk/psLib/src/fileUtils/psLookupTable.c	(revision 2369)
@@ -1,3 +1,2 @@
-
 /** @file  psLookupTable.c
 *
@@ -8,6 +7,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-15 20:32:42 $
+*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-15 20:51:15 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -471,4 +470,5 @@
 
     indexVec = table->index;
+    table->values = psArrayAlloc(1);
     values = table->values;
 
Index: /trunk/psLib/src/types/psLookupTable.c
===================================================================
--- /trunk/psLib/src/types/psLookupTable.c	(revision 2368)
+++ /trunk/psLib/src/types/psLookupTable.c	(revision 2369)
@@ -1,3 +1,2 @@
-
 /** @file  psLookupTable.c
 *
@@ -8,6 +7,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-15 20:32:42 $
+*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-15 20:51:15 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -471,4 +470,5 @@
 
     indexVec = table->index;
+    table->values = psArrayAlloc(1);
     values = table->values;
 
