IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2004, 1:15:04 PM (22 years ago)
Author:
desonia
Message:

removed some unnecessary psAborts, replacing them with psErrorMsg(...).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psCollectionsErrors.h

    r1807 r1841  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-14 20:01:52 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-21 23:15:04 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4545#define PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE "Specified datatype (%d) is unsupported by psScalar."
    4646#define PS_ERRORTEXT_psScalar_COPY_NULL "Can not copy a NULL psScalar."
     47#define PS_ERRORTEXT_psHash_KEY_NULL "Input key can not be NULL."
     48#define PS_ERRORTEXT_psHash_TABLE_NULL "Input psHash can not be NULL."
     49#define PS_ERRORTEXT_psHash_DATA_NULL "Input data can not be NULL."
    4750//~End
    4851
Note: See TracChangeset for help on using the changeset viewer.