Changeset 2221 for trunk/psLib/src/collections/psHash.c
- Timestamp:
- Oct 27, 2004, 1:31:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psHash.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psHash.c
r2204 r2221 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-10-27 00:57:31$13 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-10-27 23:31:43 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 24 24 #include "psTrace.h" 25 25 #include "psError.h" 26 #include "psAbort.h"27 26 28 27 #include "psCollectionsErrors.h" … … 250 249 // anyway. 251 250 if ((hash < 0) || (hash >= table->nbucket)) { 252 ps Abort(__func__, "Internal hash function out of range (%d)", hash);251 psError(__func__, "Internal hash function out of range (%d)", hash); 253 252 } 254 253 // ptr will have the correct hash bucket.
Note:
See TracChangeset
for help on using the changeset viewer.
