Index: /trunk/psLib/src/types/psHash.c
===================================================================
--- /trunk/psLib/src/types/psHash.c	(revision 12314)
+++ /trunk/psLib/src/types/psHash.c	(revision 12315)
@@ -12,6 +12,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-03-08 04:07:35 $
+*  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-03-08 19:55:46 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -230,5 +230,5 @@
 {
     assert(table);
-    assert(table->n > 0);
+    assert(table->n >= 0);
     assert(key && strlen(key) > 0);
 
