Changeset 2357
- Timestamp:
- Nov 12, 2004, 2:52:49 PM (22 years ago)
- Location:
- trunk/psLib/src/collections
- Files:
-
- 2 edited
-
psCollectionsErrors.dat (modified) (1 diff)
-
psCollectionsErrors.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psCollectionsErrors.dat
r2006 r2357 7 7 # N.B. in code, the ERRORNAME appears as PS_ERRORTEXT_ERRORNAME 8 8 #################################################################### 9 # 10 psArray_REALLOC_NULL psArrayRealloc must be given a non-NULL psArray to resize. 9 11 # 10 12 psVector_REALLOC_NULL psVectorRealloc must a given a non-NULL psVector to resize. Desired datatype unknown. -
trunk/psLib/src/collections/psCollectionsErrors.h
r2006 r2357 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-1 0-07 19:51:30$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-13 00:52:49 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 30 30 31 31 //~Start #define PS_ERRORTEXT_$1 "$2" 32 #define PS_ERRORTEXT_psArray_REALLOC_NULL "psArrayRealloc must be given a non-NULL psArray to resize." 32 33 #define PS_ERRORTEXT_psVector_REALLOC_NULL "psVectorRealloc must a given a non-NULL psVector to resize. Desired datatype unknown." 33 34 #define PS_ERRORTEXT_psVector_NOT_A_VECTOR "The input psVector must have a vector dimension type."
Note:
See TracChangeset
for help on using the changeset viewer.
