IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2004, 1:31:44 PM (22 years ago)
Author:
gusciora
Message:

Parameter checking for the psCOord.c file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psHash.c

    r2204 r2221  
    1111*  @author George Gusciora, MHPCC
    1212*
    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 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2424#include "psTrace.h"
    2525#include "psError.h"
    26 #include "psAbort.h"
    2726
    2827#include "psCollectionsErrors.h"
     
    250249    // anyway.
    251250    if ((hash < 0) || (hash >= table->nbucket)) {
    252         psAbort(__func__, "Internal hash function out of range (%d)", hash);
     251        psError(__func__, "Internal hash function out of range (%d)", hash);
    253252    }
    254253    // ptr will have the correct hash bucket.
Note: See TracChangeset for help on using the changeset viewer.