IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 30, 2004, 10:18:37 AM (22 years ago)
Author:
desonia
Message:

Updated psChip/psCell to current SDRS spec.

File:
1 edited

Legend:

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

    r2681 r2855  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-12-10 02:50:14 $
     9 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-12-30 20:18:36 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3131//~Start #define PS_ERRORTEXT_$1 "$2"
    3232#define PS_ERRORTEXT_psArray_REALLOC_NULL "psArrayRealloc must be given a non-NULL psArray to resize."
     33#define PS_ERRORTEXT_psArray_ARRAY_NULL "Specified psArray can not be NULL."
    3334#define PS_ERRORTEXT_psVector_REALLOC_NULL "psVectorRealloc must a given a non-NULL psVector to resize.  Desired datatype unknown."
    3435#define PS_ERRORTEXT_psVector_NOT_A_VECTOR "The input psVector must have a vector dimension type."
     
    5354#define PS_ERRORTEXT_psList_ITERATOR_INVALID "Specified iterator is not valid."
    5455#define PS_ERRORTEXT_psList_ITERATOR_NULL "Specified iterator is NULL."
    55 #define PS_ERRORTEXT_psList_LIST_NULL "Specified psList reference is NULL. "
     56#define PS_ERRORTEXT_psList_LIST_NULL "Specified psList reference is NULL."
    5657#define PS_ERRORTEXT_psList_DATA_NULL "Specified data item is NULL."
    5758#define PS_ERRORTEXT_psList_DATA_NOT_FOUND "Specified data item is not found in the psList."
Note: See TracChangeset for help on using the changeset viewer.