Index: trunk/psLib/src/collections/psHash.c
===================================================================
--- trunk/psLib/src/collections/psHash.c	(revision 2204)
+++ trunk/psLib/src/collections/psHash.c	(revision 2221)
@@ -11,6 +11,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-27 00:57:31 $
+*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-27 23:31:43 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -24,5 +24,4 @@
 #include "psTrace.h"
 #include "psError.h"
-#include "psAbort.h"
 
 #include "psCollectionsErrors.h"
@@ -250,5 +249,5 @@
     // anyway.
     if ((hash < 0) || (hash >= table->nbucket)) {
-        psAbort(__func__, "Internal hash function out of range (%d)", hash);
+        psError(__func__, "Internal hash function out of range (%d)", hash);
     }
     // ptr will have the correct hash bucket.
